summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-05-26mm: oom_reaper: remove some bloatMichal Hocko
2016-05-26add down_write_killable_nested()Al Viro
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-05-25Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-25Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'Rafael J. Wysocki
2016-05-25sched/core: Fix remote wakeupsPeter Zijlstra
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-05-23uprobes: wait for mmap_sem for write killableMichal Hocko
2016-05-23prctl: make PR_SET_THP_DISABLE wait for mmap_sem killableMichal Hocko
2016-05-23mm, fork: make dup_mmap wait for mmap_sem for write killableMichal Hocko
2016-05-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang
2016-05-23kexec: do a cleanup for function kexec_loadMinfei Huang
2016-05-23kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang
2016-05-23kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen
2016-05-23kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Wang Xiaoqiang
2016-05-23wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALLOleg Nesterov
2016-05-23wait/ptrace: assume __WALL if the child is tracedOleg Nesterov
2016-05-23ELF/MIPS build fixRalf Baechle
2016-05-22Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2016-05-22x86: remove more uaccess_32.h complexityLinus Torvalds
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-05-20radix-tree: introduce radix_tree_emptyMatthew Wilcox
2016-05-20kernel/sysctl_binary.c: use generic UUID libraryAndy Shevchenko
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek
2016-05-20printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek
2016-05-20printk/nmi: warn when some message has been lost in NMI contextPetr Mladek
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek
2016-05-20fork: free thread in copy_process on failureJiri Slaby
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby
2016-05-20mm, oom_reaper: do not mmput synchronously from the oom reaper contextMichal Hocko
2016-05-20bpf: teach verifier to recognize imm += ptr patternAlexei Starovoitov
2016-05-20bpf: support decreasing order in direct packet accessAlexei Starovoitov
2016-05-20bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman
2016-05-20bpf: rather use get_random_int for randomizationsDaniel Borkmann
2016-05-20ftrace: Don't disable irqs when taking the tasklist_lock read_lockSoumya PN
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-05-20Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2016-05-20Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar
2016-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-05-19cpuset: use static key better and convert to new APIVlastimil Babka
2016-05-19mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim
2016-05-19kernel/padata.c: hide unused functionsArnd Bergmann