summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-22ring-buffer: Add unlikelys to make fast path the defaultSteven Rostedt (Red Hat)1-5/+5
2015-05-22workqueue: move flush_scheduled_work() to workqueue.hLai Jiangshan1-30/+0
2015-05-22workqueue: remove the lock from wq_sysfs_prep_attrs()Lai Jiangshan1-2/+2
2015-05-22workqueue: remove the declaration of copy_workqueue_attrs()Lai Jiangshan1-2/+0
2015-05-22bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov5-8/+220
2015-05-20driver-core: add driver module asynchronous probe supportLuis R. Rodriguez1-2/+10
2015-05-20module: add extra argument for parse_params() callbackLuis R. Rodriguez2-6/+11
2015-05-20livepatch: introduce patch/func-walking helpersJiri Slaby1-9/+9
2015-05-20livepatch: make kobject in klp_object statically allocatedMiroslav Benes1-6/+16
2015-05-20workqueue: ensure attrs changes are properly synchronizedLai Jiangshan1-9/+21
2015-05-20workqueue: separate out and refactor the locking of applying attrsLai Jiangshan1-33/+45
2015-05-19watchdog: fix double lock in watchdog_nmi_enable_allMichal Hocko1-1/+1
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig4-153/+121
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-19PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDRafael J. Wysocki1-0/+2
2015-05-19PM / sleep: Return -EBUSY from suspend_enter() on wakeup detectionRuchi Kandoi1-0/+2
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-19cgroup: switch to unsigned long for bitmasksAleksa Sarai1-19/+20
2015-05-18workqueue: simplify wq_update_unbound_numa()Lai Jiangshan1-15/+5
2015-05-18workqueue: wq_pool_mutex protects the attrs-installationLai Jiangshan1-7/+20
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
2015-05-18genirq: Don't suspend nested_thread irqs over system suspendNeilBrown1-0/+4
2015-05-18sched,perf: Fix periodic timersPeter Zijlstra5-33/+38
2015-05-18livepatch: Prevent patch inconsistencies if the coming module notifier failsMinfei Huang1-11/+18
2015-05-17sched: Fix function declaration return type mismatchNicholas Mc Guire1-3/+3
2015-05-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-33/+33
2015-05-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+33