summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso2015-04-171-0/+1
* gcov: fix softlockupsAndrey Ryabinin2015-04-171-1/+4
* kernel/sysctl.c: detect overflows when converting to intHeinrich Schuchardt2015-04-171-1/+9
* prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso2015-04-172-25/+41
* mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov2015-04-171-19/+37
* kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt2015-04-172-6/+31
* kernel/fork.c: avoid division by zeroHeinrich Schuchardt2015-04-171-9/+20
* kernel/fork.c: new function for max_threadsHeinrich Schuchardt2015-04-171-13/+21
* fork_init: update max_threads commentJean Delvare2015-04-171-2/+2
* fork: report pid reservation failure properlyMichal Hocko2015-04-172-9/+11
* signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfoVladimir Davydov2015-04-171-9/+5Star
* ptrace: ptrace_detach() can no longer race with SIGKILLOleg Nesterov2015-04-171-10/+9Star
* ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov2015-04-171-0/+20
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1612-63/+106
|\
| * tracing: remove use of seq_printf return valueJoe Perches2015-04-161-2/+2
| * cgroup: remove use of seq_printf return valueJoe Perches2015-04-161-1/+3
| * kernel/reboot.c: add orderly_reboot for graceful rebootJoel Stanley2015-04-161-5/+48
| * kernel/hung_task.c: change hung_task.c to use for_each_process_thread()Aaron Tomlin2015-04-161-2/+2
| * kernel/resource.c: remove deprecated __check_region() and friendsJakub Sitnicki2015-04-161-32/+0Star
| * kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-166-20/+41
| * mm: allow compaction of unevictable pagesEric B Munson2015-04-161-0/+9
| * memcg: zap mem_cgroup_lookup()Vladimir Davydov2015-04-161-1/+1
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-153-142/+1Star
|\ \
| * | Remove rest of exec domains.Richard Weinberger2015-04-121-37/+0Star
| * | Remove execution domain supportRichard Weinberger2015-04-123-105/+1Star
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-1/+1
|\ \ \ | |_|/ |/| |
| * | acct: check FMODE_CAN_WRITEAl Viro2015-04-121-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-159-116/+205
|\| |
| * | Merge branch 'iocb' into for-davemAl Viro2015-04-092-2/+3
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-027-34/+94
| |\ \ \ | | | |/ | | |/|
| * | | tc: bpf: generalize pedit actionAlexei Starovoitov2015-03-291-0/+2
| * | | ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-211-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-203-7/+27
| |\ \ \
| * | | | bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2015-03-162-17/+137
| * | | | ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-162-0/+13
| * | | | ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-162-0/+14
| * | | | ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann2015-03-121-1/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-1010-44/+137
| |\ \ \ \
| * | | | | ebpf: bpf_map_*: fix linker error on avr32 and openrisc archDaniel Borkmann2015-03-071-0/+5
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-0416-163/+247
| |\ \ \ \ \
| * | | | | | cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann2015-03-011-0/+2
| * | | | | | ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2015-03-012-6/+5Star
| * | | | | | ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-011-2/+13
| * | | | | | ebpf: constify various function pointer structsDaniel Borkmann2015-03-013-9/+9
| * | | | | | ebpf: remove kernel test stubsDaniel Borkmann2015-03-012-81/+0Star
* | | | | | | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-152-3/+12
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge back earlier suspend/hibernate material for v4.1.Rafael J. Wysocki2015-04-102-3/+12
| |\ \ \ \ \ \ \
| | * | | | | | | PM / sleep: add pm-trace support for suspending phaseZhonghui Fu2015-03-181-1/+1
| | * | | | | | | PM / sleep: add configurable delay for pm_testBrian Norris2015-02-261-2/+11
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-153-98/+244
|\ \ \ \ \ \ \ \ \