aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-13audit: log module name on init_moduleRichard Guy Briggs3-1/+21
2017-02-13futex: Move futex_init() to core_initcallYang Yang1-1/+1
2017-02-13tick/broadcast: Prevent deadlock on tick_broadcast_lockMike Galbraith1-8/+7
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov3-22/+66
2017-02-12genirq/devres: Use dev_name(dev) as default for devnameHeiner Kallweit1-2/+8
2017-02-11Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2017-02-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+15
2017-02-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+4
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2017-02-10module: Optimize search_module_extables()Peter Zijlstra1-13/+14
2017-02-10genirq: Fix /proc/interrupts output alignmentH Hartley Sweeten1-0/+2
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into nextJoerg Roedel35-238/+538
2017-02-10irqdesc: Add a resource managed version of irq_alloc_descs()Bartosz Golaszewski1-0/+55
2017-02-10timer_list: Remove useless cast when printingMars Cheng1-1/+1
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook7-523/+2
2017-02-10tick/nohz: Fix possible missing clock reprog after tick soft restartFrederic Weisbecker1-0/+5
2017-02-10locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long1-81/+5
2017-02-10lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park1-1/+1
2017-02-10perf/core: Allow kernel filters on CPU eventsAlexander Shishkin1-14/+28
2017-02-10perf/core: Do error out on a kernel filter on an exclude_filter eventAlexander Shishkin1-0/+1
2017-02-10sched/core: Remove unlikely() annotation from sched_move_task()Steven Rostedt (VMware)1-2/+2
2017-02-10perf/core: Fix crash in perf_event_read()Peter Zijlstra1-10/+15
2017-02-10kprobes: Introduce weak variant of kprobe_exceptions_notify()Naveen N. Rao1-0/+6
2017-02-10Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-17/+2
2017-02-09core: migrate exception table users off module.h and onto extable.hPaul Gortmaker2-0/+2
2017-02-08kernel/ucount.c: mark user_header with kmemleak_ignore()Luis R. Rodriguez1-2/+1
2017-02-08bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann1-9/+27
2017-02-08printk: drop call_console_drivers() unused paramSergey Senozhatsky1-8/+4
2017-02-08printk: convert the rest to printk-safeSergey Senozhatsky1-38/+65
2017-02-08printk: remove zap_locks() functionSergey Senozhatsky1-61/+0
2017-02-08printk: use printk_safe buffers in printkSergey Senozhatsky1-15/+32
2017-02-08printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky3-37/+28
2017-02-08printk: always use deferred printk when flush printk_safe linesSergey Senozhatsky1-8/+6
2017-02-08printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky4-52/+157
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky4-36/+36
2017-02-08printk: use vprintk_func in vprintk()Sergey Senozhatsky1-1/+1
2017-02-08sched/autogroup: Rename auto_group.[ch] to autogroup.[ch]Ingo Molnar4-2/+2
2017-02-08stacktrace, lockdep: Fix address, newline uglinessOmar Sandoval1-8/+4
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-66/+102
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott5-9/+9
2017-02-07sched/topology: Split out scheduler topology code from core.c into topology.cIngo Molnar4-1658/+1684
2017-02-07sched/core: Remove unnecessary #include headersIngo Molnar1-49/+10
2017-02-07sched/rq_clock: Consolidate the ordering of the rq_clock methodsIngo Molnar1-75/+78
2017-02-07sched/core: Clean up commentsIngo Molnar1-176/+182
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu1-1/+1
2017-02-06Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-11/+10
2017-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+30
2017-02-04tick/broadcast: Reduce lock cacheline contentionWaiman Long1-7/+8
2017-02-03trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann1-2/+13
2017-02-03Merge tag 'trace-v4.10-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1