summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney
2015-05-27rcu: Enable diagnostic dump of rcu_node combining treePaul E. McKenney
2015-05-27rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney
2015-05-27rcu: Provide diagnostic option to slow down grace-period scansPaul E. McKenney
2015-05-27rcu: Shut up spurious gcc uninitialized-variable warningPaul E. McKenney
2015-05-27rcu: Modulate grace-period slow init to normalize delayPaul E. McKenney
2015-05-27cpu: Remove new instance of __cpuinit that crept back inPaul Gortmaker
2015-05-27cpu: Handle smpboot_unpark_threads() uniformlyPaul E. McKenney
2015-05-27rcu: Correctly initialize ->rcu_qs_ctr_snap at online timePaul E. McKenney
2015-05-27rcu: Remove redundant offline checkPaul E. McKenney
2015-05-27rcu: Remove dead code from force_qs_rnp()Paul E. McKenney
2015-05-27rcu: Adjust ->lock acquisition for tasks no longer migratingPaul E. McKenney
2015-05-27rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED()Paul E. McKenney
2015-05-27rcu: Change function declaration to boolNicholas Mc Guire
2015-05-27rcu: Make rcu_*_data variables staticNicolas Iooss
2015-05-27rcu: Make synchronize_sched_expedited() call wait_rcu_gp()Paul E. McKenney
2015-05-27smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney
2015-05-27rcu: Add more debug info on "kthread starved" RCU CPU stall warningsPaul E. McKenney
2015-05-27rcu: Fix missing task information during rcu-preempt stallPatrick Daly
2015-05-27rcu: tree_plugin: Use bool function return values of true/false not 1/0Joe Perches
2015-05-27rcu: Force wakeup of rcu_gp_kthread at grace-period endPaul E. McKenney
2015-05-27rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney
2015-05-27rcu: Create an immutable rcu_data_p pointer to default rcu_data structurePaul E. McKenney
2015-05-27rcu: Tell the compiler that rcu_state_p is immutablePaul E. McKenney
2015-05-27rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED()Paul E. McKenney
2015-05-27rcu: Convert from rcu_preempt_state to *rcu_state_pPaul E. McKenney
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar
2015-05-27perf: Disallow sparse AUX allocations for non-SG PMUs in overwrite modeAlexander Shishkin
2015-05-27perf: Fix race in BPF program unregisterAlexei Starovoitov
2015-05-26clockevents: Do not suspend/resume if unusedAlexandre Belloni
2015-05-25livepatch: annotate klp_init() with __initMinfei Huang
2015-05-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-05-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-05-22time: Remove read_boot_clock()Xunlei Pang
2015-05-22tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan
2015-05-22time: Rework debugging variables so they aren't globalJohn Stultz
2015-05-22timekeeping: Provide new API to get the current time resolutionHarald Geyer
2015-05-22time: Make sure tz_minuteswest is set to a valid value when setting timeSasha Levin
2015-05-22genirq: Set IRQCHIP_SKIP_SET_WAKE for no_irq_chipGeert Uytterhoeven
2015-05-19livepatch: introduce patch/func-walking helpersJiri Slaby
2015-05-19livepatch: make kobject in klp_object statically allocatedMiroslav Benes
2015-05-19watchdog: fix double lock in watchdog_nmi_enable_allMichal Hocko
2015-05-19clockevents: Stop unused clockevent devicesViresh Kumar
2015-05-19clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner
2015-05-19Merge branch 'irq/for-x86' into x86/apicThomas Gleixner
2015-05-19Merge branch 'irq/for-x86' into irq/coreThomas Gleixner
2015-05-19genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu
2015-05-19time: Refactor msecs_to_jiffiesNicholas Mc Guire