aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-02-22kernel/watchdog.c: do not hardcode CPU 0 as the initial threadGravatar Prarit Bhargava 1-10/+15
2017-02-22tracing: add __print_flags_u64()Gravatar Ross Zwisler 1-0/+38
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+16
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+6
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 15-151/+1158
2017-02-21Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-9/+9
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+2
2017-02-21Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 4-16/+44
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-25/+23
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-57/+21
2017-02-21sched/core: Fix build paravirt build on arm and arm64Gravatar Mark Brown 1-0/+3
2017-02-20Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-2/+2
2017-02-20Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+41
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 18-338/+1127
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 32-2406/+2579
2017-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-129/+219
2017-02-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-206/+313
2017-02-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-3/+68
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 13-589/+60
2017-02-20Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 2-2/+2
2017-02-20fork: Fix task_struct alignmentGravatar Peter Zijlstra 1-1/+1
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 6-26/+13
2017-02-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2017-02-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-10/+9
2017-02-18printk: use rcuidle console tracepointGravatar Sergey Senozhatsky 1-1/+1
2017-02-18hrtimer: Catch invalid clockids againGravatar Marc Zyngier 1-5/+15
2017-02-18PM / sleep: Fix test_suspend after sleep state reworkGravatar Geert Uytterhoeven 1-1/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 1-57/+21
2017-02-17bpf: make jited programs visible in tracesGravatar Daniel Borkmann 4-13/+282
2017-02-17bpf: remove stubs for cBPF from arch codeGravatar Daniel Borkmann 1-1/+11
2017-02-17bpf: mark all registered map/prog types as __ro_after_initGravatar Daniel Borkmann 5-14/+14
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 6-40/+90
2017-02-16Revert "nohz: Fix collision between tick and other hrtimers"Gravatar Linus Torvalds 2-14/+2
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-22/+66
2017-02-16genirq: Clarify logic calculating bogus irqreturn_t valuesGravatar Jeremy Kerr 1-1/+3
2017-02-15timekeeping: Use deferred printk() in debug codeGravatar Sergey Senozhatsky 1-2/+2
2017-02-14bpf: reduce compiler warnings by adding fallthrough commentsGravatar Alexander Alemayhu 1-0/+5
2017-02-14audit: remove unnecessary curly braces from switch/case statementsGravatar Paul Moore 1-12/+12
2017-02-14Merge tag 'v4.10-rc8' into perf/core, to pick up fixesGravatar Ingo Molnar 7-63/+81
2017-02-13audit: log module name on init_moduleGravatar Richard Guy Briggs 3-1/+21
2017-02-13futex: Move futex_init() to core_initcallGravatar Yang Yang 1-1/+1
2017-02-13tick/broadcast: Prevent deadlock on tick_broadcast_lockGravatar Mike Galbraith 1-8/+7
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagGravatar Alexei Starovoitov 3-22/+66
2017-02-12genirq/devres: Use dev_name(dev) as default for devnameGravatar Heiner Kallweit 1-2/+8
2017-02-11Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+5
2017-02-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-10/+15
2017-02-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-8/+4
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+1
2017-02-10genirq: Fix /proc/interrupts output alignmentGravatar H Hartley Sweeten 1-0/+2