aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-23rcu: Remove short-term CPU kickingPaul E. McKenney1-5/+0
2017-01-23rcu: Add long-term CPU kickingPaul E. McKenney1-0/+6
2017-01-23rcu: Remove unused but set variableTobias Klauser1-2/+0
2017-01-23rcu: Remove unneeded rcu_process_callbacks() declarationsPaul E. McKenney1-2/+0
2017-01-23rcu: Only dump stalled-tasks stacks if there was a real stallByungchul Park1-3/+3
2017-01-23Fix: Disable sys_membarrier when nohz_full is enabledMathieu Desnoyers1-0/+4
2017-01-23lockdep: Make RCU suspicious-access splats use pr_errPaul E. McKenney1-6/+6
2017-01-24userns: Make ucounts lock irq-safeNikolay Borisov1-6/+8
2017-01-23irqdomain: irq_domain_check_msi_remapEric Auger1-0/+25
2017-01-23genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creationEric Auger1-2/+2
2017-01-23irqdomain: Add irq domain MSI and MSI_REMAP flagsEric Auger1-0/+14
2017-01-23seccomp: dump core when using SECCOMP_RET_KILLMike Frysinger1-8/+21
2017-01-22Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2017-01-22locking/rwsem: Reinit wake_q after useWaiman Long1-2/+5
2017-01-20ftrace: Convert graph filter to use hash tablesNamhyung Kim2-96/+158
2017-01-20ftrace: Expose ftrace_hash_empty and ftrace_lookup_ipNamhyung Kim2-14/+16
2017-01-20bpf: add bpf_probe_read_str helperGianluca Borello1-0/+32
2017-01-20ftrace: Factor out __ftrace_hash_move()Namhyung Kim1-16/+24
2017-01-20Revert "PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flag"Rafael J. Wysocki1-2/+2
2017-01-20sched/clock: Fix hotplug crashPeter Zijlstra1-21/+8
2017-01-19tracing: Add the constant count for branch tracerSteven Rostedt (VMware)2-10/+13
2017-01-19tracing: Show number of constants profiled in likely profilerSteven Rostedt (VMware)1-13/+55
2017-01-19Introduce STATIC_USERMODEHELPER to mediate call_usermodehelper()Greg Kroah-Hartman1-0/+14
2017-01-19kmod: make usermodehelper path a const stringGreg Kroah-Hartman1-2/+2
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann4-36/+50
2017-01-18audit: add feature audit_lost resetRichard Guy Briggs1-1/+7
2017-01-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+18
2017-01-18Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-39/+100
2017-01-18cpu/hotplug: Remove unused but set variable in _cpu_down()Tobias Klauser1-2/+0
2017-01-17Merge tag 'modules-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-59/+169
2017-01-17tracing: Process constants for (un)likely() profilerSteven Rostedt (VMware)1-1/+5
2017-01-17taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger2-2/+2
2017-01-17uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSETKenny Yu1-1/+2
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-11/+13
2017-01-16rcu: update: Make RCU_EXPEDITE_BOOT be the defaultSebastian Andrzej Siewior1-4/+2
2017-01-16rcu: Abstract the dynticks snapshot operationPaul E. McKenney2-7/+18
2017-01-16rcu: Abstract the dynticks momentary-idle operationPaul E. McKenney1-5/+14
2017-01-16bpf, trace: make ctx access checks more robustDaniel Borkmann1-0/+9
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann3-11/+13
2017-01-16cpu/hotplug: Provide dynamic range for prepare stageThomas Gleixner1-4/+18
2017-01-16Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar7-39/+100
2017-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-4/+6
2017-01-15cgroup: call subsys->*attach() only for subsystems which are actually affecte...Tejun Heo3-13/+19
2017-01-15cgroup: track migration context in cgroup_mgctxTejun Heo3-98/+122
2017-01-15cgroup: cosmetic update to cgroup_taskset_add()Tejun Heo1-2/+2
2017-01-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+9
2017-01-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-42/+133
2017-01-14locktorture: Fix potential memory leak with rw lock testYang Shi1-0/+6
2017-01-14rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney6-35/+100