Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2011-03-18 | 549 | -13281/+20984 |
|\ | |||||
| * | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-03-16 | 5 | -7/+95 |
| |\ | |||||
| | * | smp: Document transitivity for memory barriers. | Paul E. McKenney | 2011-03-04 | 1 | -0/+58 |
| | * | rcu: add comment saying why DEBUG_OBJECTS_RCU_HEAD depends on PREEMPT. | Paul E. McKenney | 2011-03-04 | 1 | -0/+5 |
| | * | rcupdate: remove dead code | Amerigo Wang | 2011-03-04 | 1 | -5/+0 |
| | * | rcu: add documentation saying which RCU flavor to choose | Paul E. McKenney | 2011-03-04 | 1 | -0/+31 |
| | * | rcutorture: Get rid of duplicate sched.h include | Jesper Juhl | 2011-03-04 | 1 | -1/+0 |
| | * | rcu: call __rcu_read_unlock() in exit_rcu for tiny RCU | Lai Jiangshan | 2011-03-04 | 1 | -1/+1 |
| * | | Increase OSF partition limit from 8 to 18 | Linus Torvalds | 2011-03-16 | 1 | -1/+1 |
| * | | prune back iprune_sem | Christoph Hellwig | 2011-03-16 | 1 | -18/+14 |
| * | | vfs: add nonconflicting values for O_PATH | Stephen Rothwell | 2011-03-16 | 3 | -0/+6 |
| * | | fix follow_link() breakage | Al Viro | 2011-03-16 | 1 | -4/+3 |
| * | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-03-16 | 56 | -417/+1478 |
| |\ \ | |||||
| | * | | x86: Clean up apic.c and apic.h | Henrik Kretzschmar | 2011-03-11 | 2 | -47/+22 |
| | * | | x86: Remove superflous goal definition of tsc_sync | Henrik Kretzschmar | 2011-03-11 | 1 | -2/+2 |
| | * | | x86: dt: Correct local apic documentation in device tree bindings | Sebastian Andrzej Siewior | 2011-02-28 | 1 | -3/+0 |
| | * | | x86: dt: Cleanup local apic setup | Thomas Gleixner | 2011-02-25 | 6 | -31/+29 |
| | * | | x86: dt: Fix OLPC=y/INTEL_CE=n build | Sebastian Andrzej Siewior | 2011-02-24 | 2 | -5/+19 |
| | * | | rtc: cmos: Add OF bindings | Sebastian Andrzej Siewior | 2011-02-23 | 4 | -0/+88 |
| | * | | x86: ce4100: Use OF to setup devices | Sebastian Andrzej Siewior | 2011-02-23 | 1 | -7/+19 |
| | * | | x86: ioapic: Add OF bindings for IO_APIC | Sebastian Andrzej Siewior | 2011-02-23 | 3 | -0/+112 |
| | * | | x86: dtb: Add generic bus probe | Sebastian Andrzej Siewior | 2011-02-23 | 1 | -0/+19 |
| | * | | x86: dtb: Add support for PCI devices backed by dtb nodes | Sebastian Andrzej Siewior | 2011-02-23 | 4 | -1/+99 |
| | * | | x86: dtb: Add device tree support for HPET | Sebastian Andrzej Siewior | 2011-02-23 | 1 | -0/+19 |
| | * | | x86: dtb: Add early parsing of IO_APIC | Sebastian Andrzej Siewior | 2011-02-23 | 3 | -3/+117 |
| | * | | x86: dtb: Add irq domain abstraction | Sebastian Andrzej Siewior | 2011-02-23 | 3 | -1/+59 |
| | * | | x86: dtb: Add a device tree for CE4100 | Sebastian Andrzej Siewior | 2011-02-23 | 5 | -0/+594 |
| | * | | x86: Add device tree support | Sebastian Andrzej Siewior | 2011-02-23 | 9 | -13/+126 |
| | * | | x86: e820: Remove conditional early mapping in parse_e820_ext | Sebastian Andrzej Siewior | 2011-02-23 | 3 | -11/+16 |
| | * | | Merge branch 'x86/apic' into x86/platform | Thomas Gleixner | 2011-02-23 | 6 | -176/+163 |
| | |\ \ | |||||
| | * | | | x86: OLPC: Make OLPC=n build again | Thomas Gleixner | 2011-02-23 | 1 | -0/+7 |
| | * | | | x86: OLPC: Remove extra OLPC_OPENFIRMWARE_DT indirection | Thomas Gleixner | 2011-02-23 | 3 | -8/+4 |
| | * | | | x86: OLPC: Cleanup config maze completely | Thomas Gleixner | 2011-02-23 | 4 | -20/+5 |
| | * | | | x86: OLPC: Hide OLPC_OPENFIRMWARE config switch | Thomas Gleixner | 2011-02-23 | 1 | -8/+2 |
| | * | | | x86: OLPC: Remove redundant !X64_64 config dependency | Thomas Gleixner | 2011-02-23 | 1 | -2/+2 |
| | * | | | Merge branch 'linus' into x86/platform | Thomas Gleixner | 2011-02-23 | 738 | -5880/+7892 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 int... | Thomas Gleixner | 2011-02-22 | 9156 | -276062/+579586 |
| | |\ \ \ \ | |||||
| | | * | | | | of/pci: move of_irq_map_pci() into generic code | Sebastian Andrzej Siewior | 2011-02-04 | 12 | -191/+131 |
| | | * | | | | Merge commit 'v2.6.38-rc3' into devicetree/next | Grant Likely | 2011-02-04 | 1425 | -10180/+14397 |
| | | |\ \ \ \ | |||||
| | | * | | | | | driver-core: remove conditionals around devicetree pointers | Grant Likely | 2011-01-21 | 10 | -43/+8 |
| | * | | | | | | x86: mrst: Remove apb timer read workaround | jacob.jun.pan@linux.intel.com | 2011-02-18 | 1 | -56/+4 |
| | * | | | | | | x86/pci: Remove unused variable | Sebastian Andrzej Siewior | 2011-02-18 | 1 | -1/+1 |
| | * | | | | | | mrst/vrtc: Avoid using cmos rtc ops | Feng Tang | 2011-02-14 | 3 | -13/+18 |
| | * | | | | | | x86/platform: Add a wallclock_init func to x86_init.timers ops | Feng Tang | 2011-02-14 | 3 | -0/+5 |
| * | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-03-16 | 63 | -1796/+2306 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others() | Xiao Guangrong | 2011-03-15 | 1 | -2/+1 |
| | * | | | | | | | Merge commit 'v2.6.38' into x86/mm | Ingo Molnar | 2011-03-15 | 810 | -6214/+8447 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | x86-64, NUMA: Don't call numa_set_distanc() for all possible node combination... | Tejun Heo | 2011-03-12 | 1 | -11/+12 |
| | * | | | | | | | | Merge branch 'x86-mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis... | Ingo Molnar | 2011-03-05 | 5 | -101/+79 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | x86-64, NUMA: Don't assume phys node 0 is always online in numa_emulation() | Tejun Heo | 2011-03-04 | 1 | -1/+15 |