summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-05-27rcu: Remove redundant offline checkPaul E. McKenney1-2/+0
2015-05-27rcu: Remove dead code from force_qs_rnp()Paul E. McKenney1-4/+0
2015-05-27rcu: Adjust ->lock acquisition for tasks no longer migratingPaul E. McKenney1-3/+6
2015-05-27rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED()Paul E. McKenney1-25/+14
2015-05-27rcu: Change function declaration to boolNicholas Mc Guire1-1/+1
2015-05-27rcu: Make rcu_*_data variables staticNicolas Iooss2-4/+1
2015-05-27rcu: Make synchronize_sched_expedited() call wait_rcu_gp()Paul E. McKenney1-1/+1
2015-05-27smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney1-1/+1
2015-05-27rcu: Add more debug info on "kthread starved" RCU CPU stall warningsPaul E. McKenney1-2/+3
2015-05-27rcu: Fix missing task information during rcu-preempt stallPatrick Daly1-2/+2
2015-05-27rcu: tree_plugin: Use bool function return values of true/false not 1/0Joe Perches1-2/+2
2015-05-27rcu: Force wakeup of rcu_gp_kthread at grace-period endPaul E. McKenney1-0/+1
2015-05-27rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney1-10/+12
2015-05-27rcu: Create an immutable rcu_data_p pointer to default rcu_data structurePaul E. McKenney2-7/+10
2015-05-27rcu: Tell the compiler that rcu_state_p is immutablePaul E. McKenney2-3/+3
2015-05-27rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED()Paul E. McKenney2-17/+20
2015-05-27rcu: Convert from rcu_preempt_state to *rcu_state_pPaul E. McKenney1-10/+9
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney8-181/+182
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar9-55/+77
2015-05-27perf: Disallow sparse AUX allocations for non-SG PMUs in overwrite modeAlexander Shishkin1-0/+14
2015-05-27perf: Fix race in BPF program unregisterAlexei Starovoitov1-1/+2
2015-05-27clockevents: Do not suspend/resume if unusedAlexandre Belloni1-2/+2
2015-05-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+8
2015-05-23Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+1
2015-05-22time: Remove read_boot_clock()Xunlei Pang1-11/+3
2015-05-22tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan1-1/+1
2015-05-22time: Rework debugging variables so they aren't globalJohn Stultz1-22/+11
2015-05-22timekeeping: Provide new API to get the current time resolutionHarald Geyer1-0/+17
2015-05-22time: Make sure tz_minuteswest is set to a valid value when setting timeSasha Levin1-0/+4
2015-05-22genirq: Set IRQCHIP_SKIP_SET_WAKE for no_irq_chipGeert Uytterhoeven1-0/+1
2015-05-19watchdog: fix double lock in watchdog_nmi_enable_allMichal Hocko1-1/+1
2015-05-19clockevents: Stop unused clockevent devicesViresh Kumar3-4/+22
2015-05-19clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar2-1/+19
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner25-215/+265
2015-05-19Merge branch 'irq/for-x86' into x86/apicThomas Gleixner2-0/+45
2015-05-19Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2-0/+45
2015-05-19genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu2-0/+45
2015-05-19time: Refactor msecs_to_jiffiesNicholas Mc Guire1-40/+19
2015-05-19time: Move timeconst.h into include/generatedNicholas Mc Guire3-18/+4
2015-05-19sched/numa: Reduce conflict between fbq_classify_rq() and migrationRik van Riel1-27/+33
2015-05-19sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand1-0/+3
2015-05-19sched/preempt: Optimize preemption operations on __schedule() callersFrederic Weisbecker1-20/+9
2015-05-19Merge tag 'v4.1-rc4' into sched/core, before applying new patchesIngo Molnar5-19/+52
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra3-4/+4
2015-05-19sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li1-4/+1
2015-05-19Merge branch 'irq/for-arm' into irq/coreThomas Gleixner3-3/+51
2015-05-18watchdog: Fix merge 'conflict'Peter Zijlstra1-5/+15
2015-05-18genirq: generic chip: Support hierarchy domainStefan Agner1-3/+2
2015-05-18genirq: Add irq_chip_(enable/disable)_parentStefan Agner1-0/+28
2015-05-18irqdomain: Add non-hierarchy helper irq_domain_set_infoStefan Agner1-0/+21