summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-01-23rcu: Once again use NMI-based stack traces in stall warningsPaul E. McKenney
2017-01-23rcu: Remove short-term CPU kickingPaul E. McKenney
2017-01-23rcu: Add long-term CPU kickingPaul E. McKenney
2017-01-23rcu: Remove unused but set variableTobias Klauser
2017-01-23rcu: Remove unneeded rcu_process_callbacks() declarationsPaul E. McKenney
2017-01-23rcu: Only dump stalled-tasks stacks if there was a real stallByungchul Park
2017-01-23Fix: Disable sys_membarrier when nohz_full is enabledMathieu Desnoyers
2017-01-23lockdep: Make RCU suspicious-access splats use pr_errPaul E. McKenney
2017-01-24userns: Make ucounts lock irq-safeNikolay Borisov
2017-01-23irqdomain: irq_domain_check_msi_remapEric Auger
2017-01-23genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creationEric Auger
2017-01-23irqdomain: Add irq domain MSI and MSI_REMAP flagsEric Auger
2017-01-23seccomp: dump core when using SECCOMP_RET_KILLMike Frysinger
2017-01-22Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-01-22locking/rwsem: Reinit wake_q after useWaiman Long
2017-01-20ftrace: Convert graph filter to use hash tablesNamhyung Kim
2017-01-20ftrace: Expose ftrace_hash_empty and ftrace_lookup_ipNamhyung Kim
2017-01-20bpf: add bpf_probe_read_str helperGianluca Borello
2017-01-20ftrace: Factor out __ftrace_hash_move()Namhyung Kim
2017-01-20Revert "PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flag"Rafael J. Wysocki
2017-01-20sched/clock: Fix hotplug crashPeter Zijlstra
2017-01-19tracing: Add the constant count for branch tracerSteven Rostedt (VMware)
2017-01-19tracing: Show number of constants profiled in likely profilerSteven Rostedt (VMware)
2017-01-19Introduce STATIC_USERMODEHELPER to mediate call_usermodehelper()Greg Kroah-Hartman
2017-01-19kmod: make usermodehelper path a const stringGreg Kroah-Hartman
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann
2017-01-18audit: add feature audit_lost resetRichard Guy Briggs
2017-01-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-01-18Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-01-18cpu/hotplug: Remove unused but set variable in _cpu_down()Tobias Klauser
2017-01-17Merge tag 'modules-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-17tracing: Process constants for (un)likely() profilerSteven Rostedt (VMware)
2017-01-17taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger
2017-01-17uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSETKenny Yu
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-01-16rcu: update: Make RCU_EXPEDITE_BOOT be the defaultSebastian Andrzej Siewior
2017-01-16rcu: Abstract the dynticks snapshot operationPaul E. McKenney
2017-01-16rcu: Abstract the dynticks momentary-idle operationPaul E. McKenney
2017-01-16bpf, trace: make ctx access checks more robustDaniel Borkmann
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann
2017-01-16cpu/hotplug: Provide dynamic range for prepare stageThomas Gleixner
2017-01-16Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2017-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-01-15cgroup: call subsys->*attach() only for subsystems which are actually affecte...Tejun Heo
2017-01-15cgroup: track migration context in cgroup_mgctxTejun Heo
2017-01-15cgroup: cosmetic update to cgroup_taskset_add()Tejun Heo
2017-01-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-01-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-01-14locktorture: Fix potential memory leak with rw lock testYang Shi