aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-03timekeeping: Get rid of stale commentThomas Gleixner1-4/+0
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner6-60/+50
2015-04-03clockevents: Make tick handover explicitThomas Gleixner5-12/+8
2015-04-03clockevents: Remove broadcast oneshot control leftoversRafael J. Wysocki1-7/+0
2015-04-03sched/idle: Use explicit broadcast oneshot control functionThomas Gleixner1-3/+2
2015-04-03clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner3-14/+20
2015-04-03clockevents: Remove the broadcast control leftoversThomas Gleixner1-10/+0
2015-04-03clockevents: Provide explicit broadcast control functionsThomas Gleixner3-38/+32
2015-04-03clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety marginJohn Stultz1-2/+5
2015-04-03time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang1-17/+49
2015-04-03time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang1-17/+19
2015-04-03time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang1-0/+2
2015-04-03time: Add y2038 safe update_persistent_clock64()Xunlei Pang1-1/+12
2015-04-03time: Add y2038 safe read_persistent_clock64()Xunlei Pang1-10/+12
2015-04-03time: Add y2038 safe read_boot_clock64()Xunlei Pang1-2/+9
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-34/+94
2015-04-02ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fopsSteven Rostedt (Red Hat)1-8/+14
2015-04-02timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra1-8/+15
2015-04-02timer: Don't initialize 'tvec_base' on hotplugViresh Kumar1-55/+43
2015-04-02timer: Allocate per-cpu tvec_base's staticallyPeter Zijlstra1-29/+19
2015-04-02sched/deadline: Support DL task migration during CPU hotplugWanpeng Li1-0/+57
2015-04-02sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli1-28/+28
2015-04-02sched/deadline: Always enqueue on previous rq when dl_task_timer() firesJuri Lelli1-2/+2
2015-04-02sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa4-7/+7
2015-04-02watchdog: Add watchdog enable/disable all functionsStephane Eranian1-0/+28
2015-04-02Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar4-32/+70
2015-04-02perf: Add ITRACE_START record to indicate that tracing has startedAlexander Shishkin1-0/+41
2015-04-02perf: Add wakeup watermark control to the AUX areaAlexander Shishkin3-5/+24
2015-04-02perf: Support overwrite mode for the AUX areaAlexander Shishkin2-15/+34
2015-04-02perf: Add API for PMUs to write to the AUX areaAlexander Shishkin3-3/+145
2015-04-02perf: Add AUX recordAlexander Shishkin2-0/+37
2015-04-02perf: Add a pmu capability for "exclusive" eventsAlexander Shishkin1-2/+117
2015-04-02perf: Add a capability for AUX_NO_SG pmus to do software double bufferingAlexander Shishkin1-1/+14
2015-04-02perf: Support high-order allocations for AUX spaceAlexander Shishkin1-6/+50
2015-04-02perf: Add AUX area to ring buffer for raw data streamsPeter Zijlstra3-29/+232
2015-04-02perf: Add data_{offset,size} to user_pageAlexander Shishkin1-0/+2
2015-04-02bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more configurableIngo Molnar2-1/+9
2015-04-02clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy2-8/+13
2015-04-02tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov1-0/+78
2015-04-02tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov1-0/+14
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov5-1/+204
2015-04-02tracing: Add kprobe flagAlexei Starovoitov1-1/+1
2015-04-02tick: Further simplify tick-internal.hIngo Molnar1-39/+40
2015-04-01Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+8
2015-04-01arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner3-1/+16
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner3-26/+61
2015-04-01tick: Make tick_resume_broadcast_oneshot() staticThomas Gleixner2-5/+4
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner4-17/+27
2015-04-01clockevents: Remove extra local_irq_save() in clockevents_exchange_device()Thomas Gleixner1-5/+2
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner6-4/+88