Age | Commit message (Expand) | Author | Files | Lines |
2016-07-15 | gcov: add support for gcc version >= 6 | Florian Meier | 1 | -1/+1 |
2016-07-14 | sched/cputime: Drop local_irq_save/restore from irqtime_account_irq() | Rik van Riel | 1 | -4/+0 |
2016-07-14 | sched/cputime: Clean up the old vtime gen irqtime accounting completely | Frederic Weisbecker | 1 | -23/+10 |
2016-07-14 | sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING code | Rik van Riel | 1 | -13/+3 |
2016-07-14 | sched/cputime: Count actually elapsed irq & softirq time | Rik van Riel | 1 | -47/+77 |
2016-07-14 | Merge branch 'sched/core' into timers/nohz, to avoid conflicts in upcoming pa... | Ingo Molnar | 8 | -186/+412 |
2016-07-14 | Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic... | Greg Kroah-Hartman | 1 | -0/+1 |
2016-07-14 | Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/... | Linus Torvalds | 1 | -0/+1 |
2016-07-13 | sched/core: Correct off by one bug in load migration calculation | Thomas Gleixner | 3 | -7/+9 |
2016-07-13 | cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ... | Thomas Gleixner | 1 | -0/+2 |
2016-07-11 | bpf: make inode code explicitly non-modular | Paul Gortmaker | 1 | -3/+1 |
2016-07-11 | irqdomain: Fix irq_domain_alloc_irqs_recursive() error handling | Alexander Popov | 1 | -2/+4 |
2016-07-11 | posix_cpu_timer: Exit early when process has been reaped | Alexey Dobriyan | 1 | -0/+1 |
2016-07-10 | Revert "perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86" | Ingo Molnar | 1 | -7/+0 |
2016-07-10 | sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is set | Daniel Bristot de Oliveira | 1 | -0/+3 |
2016-07-10 | PM / hibernate: Image data protection during restoration | Rafael J. Wysocki | 3 | -0/+52 |
2016-07-10 | PM / hibernate: Add missing braces in __register_nosave_region() | Rafael J. Wysocki | 1 | -1/+2 |
2016-07-10 | PM / hibernate: Clean up comments in snapshot.c | Rafael J. Wysocki | 1 | -306/+330 |
2016-07-10 | PM / hibernate: Clean up function headers in snapshot.c | Rafael J. Wysocki | 1 | -51/+42 |
2016-07-10 | PM / hibernate: Add missing braces in hibernate_setup() | Rafael J. Wysocki | 1 | -3/+3 |
2016-07-09 | sched/cpuacct: Introduce cpuacct.usage_all to show all CPU stats together | Zhao Lei | 1 | -0/+40 |
2016-07-09 | sched/cpuacct: Use loop to consolidate code in cpuacct_stats_show() | Zhao Lei | 1 | -15/+14 |
2016-07-09 | sched/cpuacct: Merge cpuacct_usage_index and cpuacct_stat_index enums | Zhao Lei | 1 | -27/+20 |
2016-07-09 | bpf: introduce bpf_get_current_task() helper | Alexei Starovoitov | 1 | -0/+13 |
2016-07-08 | Merge back earlier suspend/hibernation changes for v4.8. | Rafael J. Wysocki | 10 | -95/+149 |
2016-07-08 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -22/+20 |
2016-07-08 | Merge branch 'x86/mm' into x86/boot, to pick up dependencies | Ingo Molnar | 19 | -176/+277 |
2016-07-07 | Merge branch 'timers/fast-wheel' into timers/core | Ingo Molnar | 29 | -692/+1077 |
2016-07-07 | timers: Implement optimization for same expiry time in mod_timer() | Anna-Maria Gleixner | 1 | -16/+35 |
2016-07-07 | timers: Split out index calculation | Anna-Maria Gleixner | 1 | -15/+32 |
2016-07-07 | timers: Only wake softirq if necessary | Thomas Gleixner | 1 | -0/+11 |
2016-07-07 | timers: Forward the wheel clock whenever possible | Thomas Gleixner | 3 | -21/+120 |
2016-07-07 | timers/nohz: Remove pointless tick_nohz_kick_tick() function | Thomas Gleixner | 1 | -32/+1 |
2016-07-07 | timers: Optimize collect_expired_timers() for NOHZ | Anna-Maria Gleixner | 1 | -8/+41 |
2016-07-07 | timers: Move __run_timers() function | Anna-Maria Gleixner | 1 | -26/+26 |
2016-07-07 | timers: Remove set_timer_slack() leftovers | Thomas Gleixner | 1 | -19/+0 |
2016-07-07 | timers: Switch to a non-cascading wheel | Thomas Gleixner | 1 | -362/+467 |
2016-07-07 | timers: Give a few structs and members proper names | Thomas Gleixner | 1 | -59/+59 |
2016-07-07 | signals: Use hrtimer for sigtimedwait() | Thomas Gleixner | 1 | -14/+10 |
2016-07-07 | timers: Remove the deprecated mod_timer_pinned() API | Thomas Gleixner | 1 | -34/+5 |
2016-07-07 | timers: Make 'pinned' a timer property | Thomas Gleixner | 1 | -5/+5 |
2016-07-07 | Merge branch 'locking/arch-atomic' into locking/core, because the topic is ready | Ingo Molnar | 3 | -4/+4 |
2016-07-07 | locking/static_keys: Fix non static symbol Sparse warning | Wei Yongjun | 1 | -1/+1 |
2016-07-07 | Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne... | Ingo Molnar | 7 | -114/+139 |
2016-07-07 | perf/core: Fix pmu::filter_match for SW-led groups | Mark Rutland | 1 | -1/+22 |
2016-07-06 | xen: add steal_clock support on x86 | Juergen Gross | 1 | -10/+0 |
2016-07-05 | tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimer | Jisheng Zhang | 1 | -0/+1 |
2016-07-04 | genirq/msi: Fix broken debug output | Thomas Gleixner | 1 | -0/+1 |
2016-07-04 | Merge back earlier cpufreq material for v4.8. | Rafael J. Wysocki | 1 | -34/+9 |
2016-07-04 | Merge branch 'irq/for-block' into irq/core | Thomas Gleixner | 34 | -245/+543 |