summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann
2015-03-15genirq: Add irqchip_set_wake_parentMarc Zyngier
2015-03-13audit: Remove condition which always evaluates to falsePranith Kumar
2015-03-13perf: Fix context leak in put_event()Leon Yu
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz
2015-03-13clocksource: Add some debug info about clocksources being registeredJohn Stultz
2015-03-13clocksource: Mostly kill clocksource_register()John Stultz
2015-03-13clocksource: Improve clocksource watchdog reportingJohn Stultz
2015-03-13timekeeping: Add warnings when overflows or underflows are observedJohn Stultz
2015-03-13timekeeping: Try to catch clocksource delta underflowsJohn Stultz
2015-03-13timekeeping: Add checks to cap clocksource reads to the 'max_cycles' valueJohn Stultz
2015-03-13timekeeping: Add debugging checks to warn if we see delaysJohn Stultz
2015-03-12fs: remove ki_nbytesChristoph Hellwig
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin
2015-03-12rcu: Add diagnostics to grace-period cleanupPaul E. McKenney
2015-03-12rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney
2015-03-12cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney
2015-03-12rcu: Eliminate ->onoff_mutex from rcu_node structurePaul E. McKenney
2015-03-12rcu: Process offlining and onlining only at grace-period startPaul E. McKenney
2015-03-12rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney
2015-03-12rcu: Rework preemptible expedited bitmask handlingPaul E. McKenney
2015-03-12ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann
2015-03-12clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz
2015-03-12clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz
2015-03-12clocksource: Simplify the clocks_calc_max_nsecs() logicJohn Stultz
2015-03-11rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUsPaul E. McKenney
2015-03-11rcu: Provide diagnostic option to slow down grace-period initializationPaul E. McKenney
2015-03-11rcu: Detect stalls caused by failure to propagate up rcu_node treePaul E. McKenney
2015-03-11rcu: Eliminate empty HOTPLUG_CPU ifdefPaul E. McKenney
2015-03-11rcu: Simplify sync_rcu_preempt_exp_init()Paul E. McKenney
2015-03-11rcu: Put all orphan-callback-related code under same commentPaul E. McKenney
2015-03-11rcu: Consolidate offline-CPU callback initializationPaul E. McKenney
2015-03-11smpboot: Add common code for notification from dying CPUPaul E. McKenney
2015-03-10sched/deadline: Add rq->clock update skip for dl task yieldWanpeng Li
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-09Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-03-09Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-03-09Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-03-09ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)
2015-03-09ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand
2015-03-09ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven Rostedt (Red Hat)
2015-03-09context_tracking: Export context_tracking_user_enter/exitRik van Riel
2015-03-09context_tracking: Run vtime_user_enter/exit only when state == CONTEXT_USERRik van Riel
2015-03-09context_tracking: Generalize context tracking APIs to support user and guestRik van Riel
2015-03-09context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker
2015-03-09workqueue: dump workqueues on sysrq-tTejun Heo
2015-03-09workqueue: keep track of the flushing task and pool managerTejun Heo
2015-03-09workqueue: make the workqueues list RCU walkableTejun Heo
2015-03-09Merge 4.0-rc3 into char-misc-nextGreg Kroah-Hartman