aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-01-05Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-4/+14
2017-01-03audit: Fix sleep in atomicGravatar Jan Kara 1-4/+14
2016-12-26smp/hotplug: Undo tglxs brainfartGravatar Thomas Gleixner 1-1/+8
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 24-147/+144
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-184/+51
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 5-7/+7
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 13-88/+88
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 10-52/+49
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsGravatar Thomas Gleixner 1-138/+1
2016-12-25cpu/hotplug: Prevent overwriting of callbacksGravatar Thomas Gleixner 1-46/+50
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 29-29/+29
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2016-12-23fsnotify: Remove fsnotify_duplicate_mark()Gravatar Jan Kara 1-4/+4
2016-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+3
2016-12-22move aio compat to fs/aio.cGravatar Al Viro 1-0/+3
2016-12-20kcov: make kcov work properly with KASLR enabledGravatar Alexander Popov 1-1/+7
2016-12-20ima: on soft reboot, save the measurement listGravatar Mimi Zohar 1-0/+4
2016-12-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+3
2016-12-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+5
2016-12-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2016-12-18uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint c...Gravatar Marcin Nowakowski 1-1/+1
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-31/+78
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-13/+13
2016-12-17bpf: fix mark_reg_unknown_value for spilled regs on map value markingGravatar Daniel Borkmann 1-3/+8
2016-12-17bpf: fix overflow in prog accountingGravatar Daniel Borkmann 2-11/+41
2016-12-17bpf: dynamically allocate digest scratch bufferGravatar Daniel Borkmann 3-14/+21
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsGravatar Daniel Borkmann 1-3/+8
2016-12-16Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusGravatar Al Viro 2-4/+11
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-14/+6
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-76/+81
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 19-253/+685
2016-12-15printk: Remove no longer used second struct contGravatar Geert Uytterhoeven 1-6/+0
2016-12-15cpu/hotplug: Clarify description of __cpuhp_setup_state() return valueGravatar Boris Ostrovsky 1-1/+5
2016-12-15genirq/affinity: Fix node generation from cpumaskGravatar Guilherme G. Piccoli 1-3/+3
2016-12-15tick/broadcast: Prevent NULL pointer dereferenceGravatar Thomas Gleixner 1-0/+3
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusGravatar Al Viro 1-1/+1
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-8/+12
2016-12-14printk: remove console flushing special cases for partial buffered linesGravatar Linus Torvalds 1-103/+5
2016-12-14printk: remove games with previous record flagsGravatar Linus Torvalds 1-85/+24
2016-12-14Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-54/+68
2016-12-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 16-297/+287
2016-12-14mm: add locked parameter to get_user_pages_remote()Gravatar Lorenzo Stoakes 1-2/+2
2016-12-14kernel/watchdog.c: move hardlockup detector to separate fileGravatar Babu Moger 3-230/+239
2016-12-14kernel/watchdog.c: move shared definitions to nmi.hGravatar Babu Moger 1-24/+4
2016-12-14posix-timers: give lazy compilers some help optimizing code awayGravatar Nicolas Pitre 1-1/+2
2016-12-14kdb: call vkdb_printf() from vprintk_default() only when wantedGravatar Petr Mladek 2-8/+4
2016-12-14kdb: properly synchronize vkdb_printf() calls with other CPUsGravatar Petr Mladek 2-18/+13
2016-12-14kdb: remove unused kdb_event handlingGravatar Petr Mladek 2-3/+0
2016-12-14kernel/debug/debug_core.c: more properly delay for secondary CPUsGravatar Douglas Anderson 1-2/+2
2016-12-14kcov: add more missing includesGravatar Kefeng Wang 1-0/+5