| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-10-01 | 12 | -199/+101 |
|\ |
|
| * | x86: Unspaghettize do_trap() | Frederic Weisbecker | 2012-09-26 | 1 | -31/+29 |
| * | x86_64: Work around old GAS bug | Tao Guo | 2012-09-26 | 2 | -35/+33 |
| * | x86: Use REP BSF unconditionally | Jan Beulich | 2012-09-19 | 1 | -17/+2 |
| * | x86: Prefer TZCNT over BFS | Jan Beulich | 2012-09-13 | 1 | -2/+17 |
| * | x86/64: Adjust types of temporaries used by ffs()/fls()/fls64() | Jan Beulich | 2012-09-13 | 1 | -6/+4 |
| * | x86: Drop unnecessary kernel_eflags variable on 64-bit | Ian Campbell | 2012-09-13 | 3 | -6/+1 |
| * | x86/smp: Don't ever patch back to UP if we unplug cpus | Rusty Russell | 2012-08-23 | 6 | -119/+32 |
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-10-01 | 3 | -11/+44 |
|\ \ |
|
| * | | x86/api: Rename mp_register_lapic in a comment | Yasuaki Ishimatsu | 2012-09-26 | 1 | -1/+1 |
| * | | x86/irq/i8259: Fix incorrect comment | Yuanhan Liu | 2012-08-22 | 1 | -1/+1 |
| * | | x86: dt: Use linear irq domain for ioapic(s) | Sebastian Andrzej Siewior | 2012-08-21 | 1 | -9/+42 |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-10-01 | 2 | -159/+114 |
|\ \ \ |
|
| * | | | timer: Implement TIMER_IRQSAFE | Tejun Heo | 2012-08-21 | 2 | -15/+36 |
| * | | | timer: Clean up timer initializers | Tejun Heo | 2012-08-21 | 2 | -126/+53 |
| * | | | timer: Relocate declarations of init_timer_on_stack_key() | Tejun Heo | 2012-08-21 | 1 | -15/+15 |
| * | | | timer: Generalize timer->base flags handling | Tejun Heo | 2012-08-21 | 2 | -10/+17 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-10-01 | 32 | -906/+892 |
|\ \ \ \ |
|
| * | | | | cputime: Make finegrained irqtime accounting generally available | Frederic Weisbecker | 2012-09-25 | 3 | -12/+36 |
| * | | | | cputime: Gather time/stats accounting config options into a single menu | Frederic Weisbecker | 2012-09-25 | 1 | -56/+60 |
| * | | | | ia64: Reuse system and user vtime accounting functions on task switch | Frederic Weisbecker | 2012-09-25 | 1 | -8/+3 |
| * | | | | ia64: Consolidate user vtime accounting | Frederic Weisbecker | 2012-09-25 | 1 | -13/+15 |
| * | | | | vtime: Consolidate system/idle context detection | Frederic Weisbecker | 2012-09-25 | 5 | -30/+73 |
| * | | | | cputime: Use a proper subsystem naming for vtime related APIs | Frederic Weisbecker | 2012-09-25 | 9 | -27/+27 |
| * | | | | sched: cpu_power: enable ARCH_POWER | Vincent Guittot | 2012-09-13 | 1 | -1/+1 |
| * | | | | sched/nohz: Clean up select_nohz_load_balancer() | Alex Shi | 2012-09-13 | 3 | -19/+13 |
| * | | | | sched: Fix load avg vs. cpu-hotplug | Peter Zijlstra | 2012-09-13 | 1 | -0/+2 |
| * | | | | sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW | Peter Zijlstra | 2012-09-13 | 6 | -69/+1 |
| * | | | | sched: Fix nohz_idle_balance() | Vincent Guittot | 2012-09-13 | 1 | -5/+6 |
| * | | | | sched: Remove useless code in yield_to() | Michael Wang | 2012-09-04 | 1 | -7/+0 |
| * | | | | sched: Add time unit suffix to sched sysctl knobs | Namhyung Kim | 2012-09-04 | 1 | -3/+3 |
| * | | | | sched/debug: Limit sd->*_idx range on sysctl | Namhyung Kim | 2012-09-04 | 1 | -13/+22 |
| * | | | | sched: Remove AFFINE_WAKEUPS feature flag | Namhyung Kim | 2012-09-04 | 1 | -8/+0 |
| * | | | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2012-09-04 | 759 | -5876/+8307 |
| |\ \ \ \ |
|
| * | | | | | s390: Remove leftover account_tick_vtime() header | Frederic Weisbecker | 2012-08-20 | 1 | -2/+0 |
| * | | | | | cputime: Consolidate vtime handling on context switch | Frederic Weisbecker | 2012-08-20 | 9 | -23/+17 |
| * | | | | | sched: Move cputime code to its own file | Frederic Weisbecker | 2012-08-20 | 4 | -556/+570 |
| * | | | | | cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTING | Frederic Weisbecker | 2012-08-17 | 5 | -29/+20 |
| * | | | | | tile: Remove SD_PREFER_LOCAL leftover | Alex Shi | 2012-08-15 | 1 | -1/+0 |
| * | | | | | sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up | Alex Shi | 2012-08-13 | 4 | -35/+3 |
| * | | | | | sched: using dst_rq instead of this_rq during load balance | Michael Wang | 2012-08-13 | 1 | -5/+4 |
| * | | | | | sched: Document schedule() entry points | Pekka Enberg | 2012-08-13 | 1 | -0/+34 |
| * | | | | | sched: Fix __sched_period comment | Borislav Petkov | 2012-08-13 | 1 | -1/+1 |
| * | | | | | Merge branch 'sched/urgent' into sched/core | Thomas Gleixner | 2012-08-13 | 5 | -19/+70 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-10-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | perf/x86: Fix typo in uncore_pmu_to_box | Yan, Zheng | 2012-09-27 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-10-01 | 208 | -5240/+13242 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2012-09-28 | 22 | -90/+683 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | perf trace: Add aliases for some syscalls | Arnaldo Carvalho de Melo | 2012-09-27 | 1 | -8/+18 |
| | * | | | | | | | | perf probe: Print an enum type variable in "enum variable-name" format when s... | Hyeoncheol Lee | 2012-09-27 | 1 | -0/+2 |