| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-06-10 | 13 | -150/+325 |
|\ |
|
| * | sched: fix typo in sched-rt-group.txt file | GeunSik Lim | 2009-05-29 | 1 | -1/+1 |
| * | ftrace: fix typo about map of kernel priority in ftrace.txt file. | GeunSik Lim | 2009-05-29 | 1 | -3/+12 |
| * | sched: properly define the sched_group::cpumask and sched_domain::span fields | Ingo Molnar | 2009-05-19 | 2 | -5/+25 |
| * | sched, timers: cleanup avenrun users | Thomas Gleixner | 2009-05-15 | 4 | -38/+28 |
| * | sched, timers: move calc_load() to scheduler | Thomas Gleixner | 2009-05-15 | 5 | -65/+80 |
| * | sched: Don't export sched_mc_power_savings on multi-socket single core system | Vaidyanathan Srinivasan | 2009-05-11 | 1 | -1/+2 |
| * | Merge commit 'v2.6.30-rc5' into sched/core | Ingo Molnar | 2009-05-11 | 2266 | -61619/+65576 |
| |\ |
|
| * | | sched: emit thread info flags with stack trace | David Rientjes | 2009-05-07 | 1 | -2/+3 |
| * | | sched: rt: document the risk of small values in the bandwidth settings | Peter Zijlstra | 2009-05-05 | 2 | -0/+25 |
| * | | sched: Replace first_cpu() with cpumask_first() in ILB nomination code | Gautham R Shenoy | 2009-04-21 | 1 | -1/+1 |
| * | | sched: remove extra call overhead for schedule() | Peter Zijlstra | 2009-04-20 | 2 | -9/+7 |
| * | | sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus()) | Miao Xie | 2009-04-15 | 1 | -2/+2 |
| * | | wait: don't use __wake_up_common() | Johannes Weiner | 2009-04-14 | 3 | -4/+2 |
| * | | sched: Nominate a power-efficient ilb in select_nohz_balancer() | Gautham R Shenoy | 2009-04-14 | 1 | -1/+17 |
| * | | sched: Nominate idle load balancer from a semi-idle package. | Gautham R Shenoy | 2009-04-14 | 1 | -9/+118 |
| * | | sched: remove redundant hierarchy walk in check_preempt_wakeup | Paul Turner | 2009-04-09 | 1 | -10/+3 |
* | | | Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-06-10 | 32 | -981/+1235 |
|\ \ \ |
|
| * | | | x86, boot: add new generated files to the appropriate .gitignore files | Mike Galbraith | 2009-06-02 | 2 | -0/+5 |
| * | | | x86, boot: correct the calculation of ZO_INIT_SIZE | H. Peter Anvin | 2009-05-20 | 2 | -2/+2 |
| * | | | x86-64: align __PHYSICAL_START, remove __KERNEL_ALIGN | H. Peter Anvin | 2009-05-12 | 1 | -11/+3 |
| * | | | x86, boot: correct sanity checks in boot/compressed/misc.c | H. Peter Anvin | 2009-05-12 | 1 | -7/+5 |
| * | | | x86: add extension fields for bootloader type and version | H. Peter Anvin | 2009-05-11 | 6 | -11/+76 |
| * | | | x86, defconfig: update kernel position parameters | H. Peter Anvin | 2009-05-11 | 2 | -5/+6 |
| * | | | x86, defconfig: update to current, no material changes | H. Peter Anvin | 2009-05-11 | 2 | -68/+223 |
| * | | | x86: make CONFIG_RELOCATABLE the default | H. Peter Anvin | 2009-05-11 | 1 | -2/+2 |
| * | | | x86: default CONFIG_PHYSICAL_START and CONFIG_PHYSICAL_ALIGN to 16 MB | H. Peter Anvin | 2009-05-11 | 1 | -15/+12 |
| * | | | x86: document new bzImage fields | H. Peter Anvin | 2009-05-11 | 1 | -4/+65 |
| * | | | x86, boot: make kernel_alignment adjustable; new bzImage fields | H. Peter Anvin | 2009-05-11 | 6 | -8/+45 |
| * | | | x86, boot: remove dead code from boot/compressed/head_*.S | H. Peter Anvin | 2009-05-11 | 2 | -12/+0 |
| * | | | x86, boot: use LOAD_PHYSICAL_ADDR on 64 bits | H. Peter Anvin | 2009-05-11 | 1 | -3/+3 |
| * | | | x86, boot: make symbols from the main vmlinux available | H. Peter Anvin | 2009-05-11 | 2 | -11/+20 |
| * | | | x86, boot: determine compressed code offset at compile time | H. Peter Anvin | 2009-05-08 | 5 | -60/+123 |
| * | | | x86, boot: use appropriate rep string for move and clear | H. Peter Anvin | 2009-05-08 | 2 | -18/+19 |
| * | | | x86, boot: zero EFLAGS on 32 bits | H. Peter Anvin | 2009-05-08 | 1 | -0/+4 |
| * | | | x86, boot: set up the decompression stack as early as possible | H. Peter Anvin | 2009-05-08 | 2 | -14/+12 |
| * | | | x86, boot: straighten out ranges to copy/zero in compressed/head*.S | H. Peter Anvin | 2009-05-08 | 3 | -16/+29 |
| * | | | x86, boot: stylistic cleanups for boot/compressed/head_64.S | H. Peter Anvin | 2009-05-08 | 1 | -21/+31 |
| * | | | x86, boot: stylistic cleanups for boot/compressed/head_32.S | H. Peter Anvin | 2009-05-08 | 1 | -81/+89 |
| * | | | x86, boot: use BP_scratch in arch/x86/boot/compressed/head_*.S | H. Peter Anvin | 2009-05-08 | 2 | -2/+2 |
| * | | | x86, boot: follow standard Kbuild style for compression suffix | H. Peter Anvin | 2009-05-08 | 1 | -4/+4 |
| * | | | x86, boot: simplify arch/x86/boot/compressed/Makefile | H. Peter Anvin | 2009-05-08 | 1 | -33/+6 |
| * | | | x86: add a Kconfig symbol for when relocations are needed | H. Peter Anvin | 2009-05-08 | 1 | -0/+5 |
| * | | | kbuild: allow compressors (gzip, bzip2, lzma) to take multiple inputs | H. Peter Anvin | 2009-05-08 | 2 | -17/+21 |
| * | | | x86, boot: align the .bss section in the decompressor | H. Peter Anvin | 2009-05-08 | 1 | -0/+1 |
| * | | | x86: boot/compressed/vmlinux.lds.S: fix build of bzImage with 64 bit compiler | Sam Ravnborg | 2009-04-30 | 1 | -0/+2 |
| * | | | x86, vmlinux.lds: fix relocatable symbols | Ingo Molnar | 2009-04-29 | 1 | -2/+5 |
| * | | | x86, vmlinux.lds: add copyright | Ingo Molnar | 2009-04-29 | 1 | -1/+2 |
| * | | | x86, vmlinux.lds: unify remaining parts | Sam Ravnborg | 2009-04-29 | 3 | -55/+27 |
| * | | | x86, vmlinux.lds: unify percpu | Sam Ravnborg | 2009-04-29 | 3 | -32/+30 |