summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-01-25srcu: Reduce probability of SRCU ->unlock_count[] counter overflowPaul E. McKenney
2017-01-25srcu: Force full grace-period orderingPaul E. McKenney
2017-01-25srcu: Implement more-efficient reader countsLance Roy
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann
2017-01-25trace: add variant without spacing in trace_print_hex_seqDaniel Borkmann
2017-01-25Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-01-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-01-24kernel/panic.c: add missing \nJiri Slaby
2017-01-24kernel/watchdog: prevent false hardlockup on overloaded systemDon Zickus
2017-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-01-24bpf: enable verifier to better track const alu opsDaniel Borkmann
2017-01-23bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann
2017-01-24inotify: Convert to using per-namespace limitsNikolay Borisov
2017-01-23bpf: add a longest prefix match trie map implementationDaniel Mack
2017-01-23rcu: Adjust FQS offline checks for exact online-CPU detectionPaul E. McKenney
2017-01-23rcu: Check cond_resched_rcu_qs() state less often to reduce GP overheadPaul E. McKenney
2017-01-23rcu: Abstract extended quiescent state determinationPaul E. McKenney
2017-01-23rcu: Abstract dynticks extended quiescent state enter/exit operationsPaul E. McKenney
2017-01-23rcu: Add lockdep checks to synchronous expedited primitivesPaul E. McKenney
2017-01-23rcu: Eliminate unused expedited_normal counterPaul E. McKenney
2017-01-23rcu: Fix comment in rcu_organize_nocb_kthreads()Paul E. McKenney
2017-01-23rcu: Make rcu_cpu_starting() use its "cpu" argumentPaul E. McKenney
2017-01-23rcu: Add comment headers to expedited-grace-period counter functionsPaul E. McKenney
2017-01-23rcu: Don't wake rcuc/X kthreads on NOCB CPUsPaul E. McKenney
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