summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | mm: oom_reaper: remove some bloatMichal Hocko2016-05-261-0/+2
| * | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-251-7/+11
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | sched/core: Fix remote wakeupsPeter Zijlstra2016-05-251-7/+11
| * | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-253-14/+36
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | / / | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-251-1/+3
| |\ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | *---. \ \ \ \ \ \ \ \ Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'Rafael J. Wysocki2016-05-251-1/+3
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / | | | |/| | | | | | | / / | | | | | |_|_|_|_|_|/ / | | | | |/| | | | | | |
| | | * | | | | | | | | cpufreq: schedutil: Improve prints messages with pr_fmtViresh Kumar2016-05-191-1/+3
| * | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-241-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong2016-04-251-0/+1
| * | | | | | | | | | | | uprobes: wait for mmap_sem for write killableMichal Hocko2016-05-231-2/+5
| * | | | | | | | | | | | prctl: make PR_SET_THP_DISABLE wait for mmap_sem killableMichal Hocko2016-05-231-1/+2
| * | | | | | | | | | | | mm, fork: make dup_mmap wait for mmap_sem for write killableMichal Hocko2016-05-231-1/+5
| * | | | | | | | | | | | s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang2016-05-232-21/+2
| * | | | | | | | | | | | kexec: do a cleanup for function kexec_loadMinfei Huang2016-05-231-56/+69
| * | | | | | | | | | | | kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang2016-05-231-3/+6
| * | | | | | | | | | | | kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang2016-05-233-2/+21
| * | | | | | | | | | | | kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen2016-05-231-6/+9
| * | | | | | | | | | | | kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Wang Xiaoqiang2016-05-231-5/+5
| * | | | | | | | | | | | wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALLOleg Nesterov2016-05-231-1/+2
| * | | | | | | | | | | | wait/ptrace: assume __WALL if the child is tracedOleg Nesterov2016-05-231-9/+20
| * | | | | | | | | | | | ELF/MIPS build fixRalf Baechle2016-05-231-3/+1
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-05-221-3/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ftrace: Don't disable irqs when taking the tasklist_lock read_lockSoumya PN2016-05-201-3/+2
| * | | | | | | | | | | | x86: remove more uaccess_32.h complexityLinus Torvalds2016-05-222-3/+2
| * | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-2010-59/+383
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | radix-tree: introduce radix_tree_emptyMatthew Wilcox2016-05-201-6/+1
| | * | | | | | | | | | | | kernel/sysctl_binary.c: use generic UUID libraryAndy Shevchenko2016-05-201-16/+7
| | * | | | | | | | | | | | printk/nmi: flush NMI messages on the system panicPetr Mladek2016-05-205-3/+47
| | * | | | | | | | | | | | printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek2016-05-201-1/+2
| | * | | | | | | | | | | | printk/nmi: warn when some message has been lost in NMI contextPetr Mladek2016-05-203-1/+25
| | * | | | | | | | | | | | printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-204-18/+265
| | * | | | | | | | | | | | fork: free thread in copy_process on failureJiri Slaby2016-05-201-1/+3
| | * | | | | | | | | | | | exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-1/+1
| | * | | | | | | | | | | | mm, oom_reaper: do not mmput synchronously from the oom reaper contextMichal Hocko2016-05-201-15/+35
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-203-12/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | bpf: teach verifier to recognize imm += ptr patternAlexei Starovoitov2016-05-201-1/+17
| | * | | | | | | | | | | | bpf: support decreasing order in direct packet accessAlexei Starovoitov2016-05-201-8/+4
| | * | | | | | | | | | | | bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman2016-05-201-1/+1
| | * | | | | | | | | | | | bpf: rather use get_random_int for randomizationsDaniel Borkmann2016-05-201-2/+2
| * | | | | | | | | | | | | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-0/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann2016-04-271-0/+12
| | * | | | | | | | | | | | | Merge branch 'topic/livepatch' into nextMichael Ellerman2016-04-182-4/+44
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-05-201-2/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'arm-memremap-for-v4.7' of git://git.linaro.org/people/ard.biesheuv...Russell King2016-04-201-2/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | memremap: add arch specific hook for MEMREMAP_WB mappingsArd Biesheuvel2016-04-041-2/+9
| | | | |_|_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-199-231/+123
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | cpuset: use static key better and convert to new APIVlastimil Babka2016-05-191-7/+7
| | * | | | | | | | | | | | | | mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins2016-05-191-0/+7
| | * | | | | | | | | | | | | | include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-191-7/+1
| | * | | | | | | | | | | | | | mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-1/+1
OpenPOWER on IntegriCloud