aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+16
2016-05-27remove lots of IS_ERR_VALUE abusesGravatar Arnd Bergmann 1-1/+1
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+1
2016-05-26mm: oom_reaper: remove some bloatGravatar Michal Hocko 1-0/+2
2016-05-26add down_write_killable_nested()Gravatar Al Viro 1-0/+16
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-7/+11
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-14/+36
2016-05-25Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+3
2016-05-25Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'Gravatar Rafael J. Wysocki 1-1/+3
2016-05-25sched/core: Fix remote wakeupsGravatar Peter Zijlstra 1-7/+11
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2016-05-23uprobes: wait for mmap_sem for write killableGravatar Michal Hocko 1-2/+5
2016-05-23prctl: make PR_SET_THP_DISABLE wait for mmap_sem killableGravatar Michal Hocko 1-1/+2
2016-05-23mm, fork: make dup_mmap wait for mmap_sem for write killableGravatar Michal Hocko 1-1/+5
2016-05-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Gravatar Xunlei Pang 2-21/+2
2016-05-23kexec: do a cleanup for function kexec_loadGravatar Minfei Huang 1-56/+69
2016-05-23kexec: make a pair of map/unmap reserved pages in error pathGravatar Minfei Huang 1-3/+6
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryGravatar Xunlei Pang 3-2/+21
2016-05-23kernek/fork.c: allocate idle task for a CPU always on its local nodeGravatar Andi Kleen 1-6/+9
2016-05-23kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Gravatar Wang Xiaoqiang 1-5/+5
2016-05-23wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALLGravatar Oleg Nesterov 1-1/+2
2016-05-23wait/ptrace: assume __WALL if the child is tracedGravatar Oleg Nesterov 1-9/+20
2016-05-23ELF/MIPS build fixGravatar Ralf Baechle 1-3/+1
2016-05-22Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 1-3/+2
2016-05-22x86: remove more uaccess_32.h complexityGravatar Linus Torvalds 2-3/+2
2016-05-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 10-59/+383
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-12/+24
2016-05-20radix-tree: introduce radix_tree_emptyGravatar Matthew Wilcox 1-6/+1
2016-05-20kernel/sysctl_binary.c: use generic UUID libraryGravatar Andy Shevchenko 1-16/+7
2016-05-20printk/nmi: flush NMI messages on the system panicGravatar Petr Mladek 5-3/+47
2016-05-20printk/nmi: increase the size of NMI buffer and make it configurableGravatar Petr Mladek 1-1/+2
2016-05-20printk/nmi: warn when some message has been lost in NMI contextGravatar Petr Mladek 3-1/+25
2016-05-20printk/nmi: generic solution for safe printk in NMIGravatar Petr Mladek 4-18/+265
2016-05-20fork: free thread in copy_process on failureGravatar Jiri Slaby 1-1/+3
2016-05-20exit_thread: accept a task parameter to be exitedGravatar Jiri Slaby 1-1/+1
2016-05-20mm, oom_reaper: do not mmput synchronously from the oom reaper contextGravatar Michal Hocko 1-15/+35
2016-05-20bpf: teach verifier to recognize imm += ptr patternGravatar Alexei Starovoitov 1-1/+17
2016-05-20bpf: support decreasing order in direct packet accessGravatar Alexei Starovoitov 1-8/+4
2016-05-20bpf: Use mount_nodev not mount_ns to mount the bpf filesystemGravatar Eric W. Biederman 1-1/+1
2016-05-20bpf: rather use get_random_int for randomizationsGravatar Daniel Borkmann 1-2/+2
2016-05-20ftrace: Don't disable irqs when taking the tasklist_lock read_lockGravatar Soumya PN 1-3/+2
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+12
2016-05-20Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-2/+9
2016-05-20Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Gravatar Ingo Molnar 3-14/+36
2016-05-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-231/+123
2016-05-19cpuset: use static key better and convert to new APIGravatar Vlastimil Babka 1-7/+7
2016-05-19mm: /proc/sys/vm/stat_refresh to force vmstat updateGravatar Hugh Dickins 1-0/+7
2016-05-19include/linux/nodemask.h: create next_node_in() helperGravatar Andrew Morton 1-7/+1
2016-05-19mm: rename _count, field of the struct page, to _refcountGravatar Joonsoo Kim 1-1/+1
2016-05-19kernel/padata.c: hide unused functionsGravatar Arnd Bergmann 1-37/+37