summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* clockevents: Provide functions to set and get the stateThomas Gleixner2015-06-025-24/+35
* clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar2015-06-024-17/+17
* clockevents: Do not suspend/resume if unusedAlexandre Belloni2015-05-271-2/+2
* time: Remove read_boot_clock()Xunlei Pang2015-05-221-11/+3
* tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan2015-05-221-1/+1
* time: Rework debugging variables so they aren't globalJohn Stultz2015-05-221-22/+11
* timekeeping: Provide new API to get the current time resolutionHarald Geyer2015-05-221-0/+17
* time: Make sure tz_minuteswest is set to a valid value when setting timeSasha Levin2015-05-221-0/+4
* clockevents: Stop unused clockevent devicesViresh Kumar2015-05-193-4/+22
* clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar2015-05-192-1/+19
* Merge branch 'linus' into timers/coreThomas Gleixner2015-05-1925-215/+265
|\
| * watchdog: Fix merge 'conflict'Peter Zijlstra2015-05-181-5/+15
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-05-152-33/+33
| |\
| | * sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval2015-05-081-16/+12
| | * sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-082-17/+21
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-151-8/+33
| |\ \
| | * | perf: Annotate inherited event ctx->mutex recursionPeter Zijlstra2015-05-081-8/+33
| | |/
| * | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-091-0/+1
| |\ \
| | * | genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chipRoger Quadros2015-04-241-0/+1
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-05-091-5/+1
| |\ \ \
| | * | | clockevents: Shutdown detached clockevent deviceViresh Kumar2015-04-241-5/+1
| | |/ /
| * | | Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-05-081-1/+2
| |\ \ \ | | |_|/ | |/| |
| | * | tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée2015-05-061-1/+2
| * | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-061-7/+9
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-04-181-7/+9
| | |\ \
| | | * | rcu: Control grace-period delays directly from valuePaul E. McKenney2015-04-141-7/+9
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-011-6/+6
| |\ \ \ \
| | * | | | bpf: fix 64-bit divideAlexei Starovoitov2015-04-271-6/+6
| * | | | | Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-301-14/+2
| |\ \ \ \ \
| | * | | | | cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki2015-04-291-14/+2
| | |/ / / /
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-301-15/+0
| |\ \ \ \ \
| | * | | | | x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2015-04-271-15/+0
| | |/ / / /
| * | | | | modsign: change default key detailsDavid Howells2015-04-301-3/+3
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-281-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky2015-04-231-1/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-268-19/+19
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | VFS: kernel/: d_inode() annotationsDavid Howells2015-04-154-9/+9
| | * | | | VFS: audit: d_backing_inode() annotationsDavid Howells2015-04-154-13/+13
| * | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-04-224-53/+94
| |\ \ \ \ \
| | * | | | | audit: Remove condition which always evaluates to falsePranith Kumar2015-03-131-3/+2
| | * | | | | audit: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso2015-02-231-8/+14
| | * | | | | audit: consolidate handling of mm->exe_fileDavidlohr Bueso2015-02-233-16/+19
| | * | | | | audit: code clean upAmeen Ali2015-02-231-3/+2
| | * | | | | audit: don't reset working wait time accidentally with auditdRichard Guy Briggs2015-02-231-1/+2
| | * | | | | audit: don't lose set wait time on first successful call to audit_log_start()Richard Guy Briggs2015-02-231-3/+4
| | * | | | | audit: move the tree pruning to a dedicated threadImre Palik2015-02-231-28/+60
| * | | | | | Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2015-04-222-3/+20
| |\ \ \ \ \ \
| | * | | | | | tracing: Fix possible out of bounds memory access when parsing enumsSteven Rostedt (Red Hat)2015-04-171-0/+6
| | * | | | | | tracing: Fix incorrect enabling of trace events by boot cmdlineJoonsoo Kim2015-04-161-1/+8
| | * | | | | | tracing: Handle ftrace_dump() atomic context in graph_trace_open()Rabin Vincent2015-04-161-2/+6
OpenPOWER on IntegriCloud