Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | softirq: Add linux/irq.h to make it compile again | Thomas Gleixner | 2014-03-19 | 1 | -0/+1 | |
| * | | | | | | | | | | | genirq: Add a new IRQCHIP_EOI_THREADED flag | Thomas Gleixner | 2014-03-14 | 3 | -9/+42 | |
| * | | | | | | | | | | | Merge branch 'irq/for-gpio' into irq/core | Thomas Gleixner | 2014-03-12 | 20 | -98/+168 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | genirq: Provide irq_request/release_resources chip callbacks | Thomas Gleixner | 2014-03-12 | 1 | -1/+27 | |
| * | | | | | | | | | | | | genirq: Move kstat_incr_irqs_this_cpu() to core | Thomas Gleixner | 2014-03-04 | 1 | -0/+7 | |
| * | | | | | | | | | | | | genirq: Add a kstat helper to increment irq stats | Thomas Gleixner | 2014-03-04 | 1 | -0/+5 | |
| * | | | | | | | | | | | | genirq: Update the a comment typo | Chuansheng Liu | 2014-02-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | genirq: Provide irq_wake_thread() | Thomas Gleixner | 2014-02-19 | 3 | -2/+30 | |
| * | | | | | | | | | | | | genirq: Provide synchronize_hardirq() | Thomas Gleixner | 2014-02-19 | 1 | -20/+50 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-04-01 | 13 | -66/+290 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | tick: Remove code duplication in tick_handle_periodic() | Viresh Kumar | 2014-03-26 | 1 | -7/+7 | |
| * | | | | | | | | | | | | tick: Fix spelling mistake in tick_handle_periodic() | Viresh Kumar | 2014-03-26 | 1 | -1/+1 | |
| * | | | | | | | | | | | | workqueue: Provide destroy_delayed_work_on_stack() | Thomas Gleixner | 2014-03-25 | 1 | -0/+7 | |
| * | | | | | | | | | | | | timer: Remove code redundancy while calling get_nohz_timer_target() | Viresh Kumar | 2014-03-20 | 3 | -21/+6 | |
| * | | | | | | | | | | | | timer: Use variable head instead of &work_list in __run_timers() | Viresh Kumar | 2014-03-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/l... | Thomas Gleixner | 2014-03-10 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | kernel: Include appropriate header file in time/timekeeping_debug.c | Rashika Kheria | 2014-03-03 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | timer: Make sure TIMER_FLAG_MASK bits are free in allocated base | Viresh Kumar | 2014-03-04 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | timer: Check failure of timer_cpu_notify() before calling init_timer_stats() | Viresh Kumar | 2014-03-04 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'timers.2014.02.25a' of git://git.kernel.org/pub/scm/linux/kerne... | Thomas Gleixner | 2014-02-28 | 1 | -2/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | timers: Make internal_add_timer() update ->next_timer if ->active_timers == 0 | Oleg Nesterov | 2014-02-25 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | timers: Reduce future __run_timers() latency for first add to empty list | Paul E. McKenney | 2014-02-25 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | timers: Reduce future __run_timers() latency for newly emptied list | Paul E. McKenney | 2014-02-25 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | timers: Reduce __run_timers() latency for empty list | Paul E. McKenney | 2014-02-25 | 1 | -0/+18 | |
| | * | | | | | | | | | | | | timers: Track total number of timers in list | Paul E. McKenney | 2014-02-25 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | nohz: ensure users are aware boot CPU is not NO_HZ_FULL | Paul Gortmaker | 2014-02-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | timer: Spare IPI when deferrable timer is queued on idle remote targets | Viresh Kumar | 2014-02-14 | 1 | -1/+8 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | tick: Fixup more fallout from hrtimer broadcast mode | Preeti U Murthy | 2014-02-09 | 2 | -2/+5 | |
| * | | | | | | | | | | | | time: Fixup fallout from recent clockevent/tick changes | Thomas Gleixner | 2014-02-07 | 1 | -1/+2 | |
| * | | | | | | | | | | | | tick: Introduce hrtimer based broadcast | Preeti U Murthy | 2014-02-07 | 3 | -4/+158 | |
| * | | | | | | | | | | | | time: Change the return type of clockevents_notify() to integer | Preeti U Murthy | 2014-02-07 | 3 | -8/+12 | |
| * | | | | | | | | | | | | clockevents: Adjust timer interval when frequency changes | Soren Brinkmann | 2014-02-07 | 1 | -3/+6 | |
| * | | | | | | | | | | | | clockevents: Serialize calls to clockevents_update_freq() in the core | Thomas Gleixner | 2014-02-07 | 3 | -13/+45 | |
| * | | | | | | | | | | | | timekeeping: Move clock sync work to power efficient workqueue | Shaibal Dutta | 2014-02-07 | 1 | -2/+3 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-04-01 | 3 | -21/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | sched: Remove needless round trip nsecs <-> tick conversion of steal time | Frederic Weisbecker | 2014-03-13 | 2 | -16/+0 | |
| * | | | | | | | | | | | | cputime: Fix jiffies based cputime assumption on steal accounting | Frederic Weisbecker | 2014-03-13 | 1 | -5/+11 | |
* | | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2014-04-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | KGDB: make kgdb_breakpoint() as noinline | Vijaya Kumar K | 2014-02-26 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2014-03-31 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mm | Martin Schwidefsky | 2014-02-21 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l... | Linus Torvalds | 2014-03-31 | 3 | -56/+56 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types | Heiko Carstens | 2014-03-06 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types | Heiko Carstens | 2014-03-06 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | kernel/compat: convert to COMPAT_SYSCALL_DEFINE | Heiko Carstens | 2014-03-06 | 2 | -47/+47 | |
* | | | | | | | | | | | | | | | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-03-31 | 9 | -13/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | lto: Disable LTO for sys_ni | Andi Kleen | 2014-02-14 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | lto: Handle LTO common symbols in module loader | Joe Mario | 2014-02-14 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | asmlinkage: Make trace_hardirqs_on/off_caller visible | Andi Kleen | 2014-02-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | asmlinkage Make __stack_chk_failed and memcmp visible | Andi Kleen | 2014-02-14 | 1 | -1/+1 |