| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30 | Linus Torvalds | 2009-03-28 | 3 | -30/+64 |
|\ |
|
| * | fastboot: remove duplicate unpack_to_rootfs() | Li, Shaohua | 2009-03-28 | 1 | -15/+56 |
| * | ide/net: flip the order of SATA and network init | Arjan van de Ven | 2009-03-28 | 1 | -2/+3 |
| * | async: remove the temporary (2.6.29) "async is off by default" code | Arjan van de Ven | 2009-03-28 | 1 | -13/+5 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo... | Linus Torvalds | 2009-03-28 | 36 | -537/+1204 |
|\ \ |
|
| * | | Blackfin arch: be less noisy when gets a gpio conflict after kernel has booted | Robin Getz | 2009-03-29 | 1 | -8/+16 |
| * | | Blackfin arch: add RSI's definitions to bf514 and bf516 | Cliff Cai | 2009-03-29 | 4 | -0/+404 |
| * | | Blackfin arch: add link-time asserts to make sure on-chip regions dont overflow | Mike Frysinger | 2009-03-29 | 1 | -0/+4 |
| * | | Blackfin arch: sport spi needs 6 gpio pins | Cliff Cai | 2009-03-28 | 1 | -1/+1 |
| * | | Blackfin arch: add sport-spi related resource stuff to board file | Cliff Cai | 2009-03-28 | 1 | -0/+70 |
| * | | Blackfin arch: Blacklist Hibernate (PM_SUSPEND_MEM) on BF561 as well | Michael Hennerich | 2009-03-28 | 1 | -1/+1 |
| * | | Blackfin arch: Privide BF537-STAMP platform data of ADP5520 Multifunction driver | Michael Hennerich | 2009-03-28 | 1 | -0/+142 |
| * | | Blackfin arch: enable the platfrom PATA driver with CF Cards | Michael Hennerich | 2009-03-28 | 1 | -1/+22 |
| * | | Blackfin arch: clean up sports header file | Mike Frysinger | 2009-03-28 | 1 | -1/+1 |
| * | | Blackfin arch: convert BF5{18,27,48}_FAMILY to CONFIG_BF{51,52,54}x | Mike Frysinger | 2009-03-28 | 6 | -36/+30 |
| * | | Blackfin arch: bf51x processors also have 8 timers | Mike Frysinger | 2009-03-28 | 1 | -2/+2 |
| * | | Blackfin arch: add a check to make sure only Blackfin GPIOs may generate IRQs | Michael Hennerich | 2009-03-28 | 1 | -1/+4 |
| * | | Blackfin arch: update default kernel configuration | Sonic Zhang | 2009-03-28 | 21 | -487/+501 |
| * | | Blackfin arch: include linux headers that this one uses definitions from fro ... | Mike Frysinger | 2009-03-28 | 1 | -0/+7 |
| |/ |
|
* | | Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm... | Linus Torvalds | 2009-03-28 | 465 | -17722/+17558 |
|\ \ |
|
| * \ | Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-28 | 408 | -6386/+18120 |
| |\ \
| | |/ |
|
| * | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 465 | -17715/+17559 |
| |\ \ |
|
| | * | | percpu: fix spurious alignment WARN in legacy SMP percpu allocator | Tejun Heo | 2009-03-11 | 1 | -1/+1 |
| | * | | percpu: generalize embedding first chunk setup helper | Tejun Heo | 2009-03-10 | 3 | -48/+96 |
| | * | | percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk() | Tejun Heo | 2009-03-10 | 3 | -22/+21 |
| | * | | percpu: make x86 addr <-> pcpu ptr conversion macros generic | Tejun Heo | 2009-03-10 | 2 | -9/+15 |
| | * | | linker script: define __per_cpu_load on all SMP capable archs | Tejun Heo | 2009-03-10 | 3 | -18/+4 |
| | * | | x86: UV: remove uv_flush_tlb_others() WARN_ON | Cliff Wickman | 2009-03-08 | 1 | -2/+0 |
| | * | | percpu: finer grained locking to break deadlock and allow atomic free | Tejun Heo | 2009-03-07 | 1 | -37/+124 |
| | * | | percpu: move fully free chunk reclamation into a work | Tejun Heo | 2009-03-07 | 1 | -10/+38 |
| | * | | percpu: move chunk area map extension out of area allocation | Tejun Heo | 2009-03-07 | 1 | -48/+60 |
| | * | | percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free() | Tejun Heo | 2009-03-07 | 1 | -43/+42 |
| | * | | x86, percpu: setup reserved percpu area for x86_64 | Tejun Heo | 2009-03-06 | 2 | -32/+40 |
| | * | | percpu, module: implement reserved allocation and use it for module percpu va... | Tejun Heo | 2009-03-06 | 4 | -29/+144 |
| | * | | percpu: add an indirection ptr for chunk page map access | Tejun Heo | 2009-03-06 | 1 | -1/+4 |
| | * | | x86: make embedding percpu allocator return excessive free space | Tejun Heo | 2009-03-06 | 1 | -16/+28 |
| | * | | percpu: use negative for auto for pcpu_setup_first_chunk() arguments | Tejun Heo | 2009-03-06 | 3 | -24/+29 |
| | * | | percpu: improve first chunk initial area map handling | Tejun Heo | 2009-03-06 | 1 | -26/+27 |
| | * | | percpu: cosmetic renames in pcpu_setup_first_chunk() | Tejun Heo | 2009-03-06 | 2 | -30/+30 |
| | * | | percpu: clean up percpu constants | Tejun Heo | 2009-03-06 | 2 | -21/+13 |
| | * | | x86: un-__init fill_pud/pmd/pte | Jeremy Fitzhardinge | 2009-03-04 | 1 | -3/+3 |
| | * | | x86: remove vestigial fix_ioremap prototypes | Jeremy Fitzhardinge | 2009-03-04 | 1 | -3/+0 |
| | * | | Merge branch 'x86/core' into core/percpu | Ingo Molnar | 2009-03-04 | 373 | -3190/+14119 |
| | |\ \ |
|
| | | | \ | |
| | | | \ | |
| | | | \ | |
| | | | \ | |
| | | | \ | |
| | | | \ | |
| | | | \ | |
| | | | \ | |
| | | | \ | |
| | | | \ | |
| | | | \ | |
| | | | \ | |
| | | *-----------. \ | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar | 2009-03-04 | 291 | -2766/+5482 |
| | | |\ \ \ \ \ \ \ \ |
|
| | | | | | | | | * | | | x86, signals: fix xine & firefox bustage | Hiroshi Shimamoto | 2009-03-03 | 1 | -5/+4 |
| | | | | | | | | * | | | x86: signal: introduce helper align_sigframe() | Hiroshi Shimamoto | 2009-02-28 | 1 | -12/+15 |
| | | | | | | | | * | | | x86: signal: unify get_sigframe() | Hiroshi Shimamoto | 2009-02-28 | 1 | -56/+41 |
| | | | | | | | | * | | | x86: signal: use 16 bytes boundary for rt_sigframe | Hiroshi Shimamoto | 2009-02-28 | 1 | -4/+2 |
| | | | | | | | | * | | | x86: signal: intrroduce get_sigframe() and replace get_sigstack() | Hiroshi Shimamoto | 2009-02-28 | 1 | -13/+19 |
| | | | | | | | | * | | | x86: signal: add __user annotation | Hiroshi Shimamoto | 2009-02-28 | 1 | -2/+2 |