Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | sparc: fix printk for change of variable type | Stephen Rothwell | 2009-11-16 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-12-08 | 2 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into for-2.6.33 | Jens Axboe | 2009-12-03 | 7 | -14/+18 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | block: add helpers to run flush_dcache_page() against a bio and a request's p... | Ilya Loginov | 2009-11-26 | 2 | -0/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-12-08 | 4 | -4/+7 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-12-01 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-18 | 15 | -76/+570 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | sparc: Add missing __NR_recvmmsg define. | David S. Miller | 2009-10-14 | 1 | -1/+2 | |
| * | | | | | | net: Introduce recvmmsg socket syscall | Arnaldo Carvalho de Melo | 2009-10-12 | 2 | -3/+3 | |
| * | | | | | | net: Generalize socket rx gap / receive queue overflow cmsg | Neil Horman | 2009-10-12 | 1 | -0/+2 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 2009-12-08 | 24 | -54/+1468 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | sparc: Set UTS_MACHINE correctly. | David S. Miller | 2009-12-05 | 1 | -0/+2 | |
| * | | | | | | sparc,leon: init_leon srmmu cleanup | Kristoffer Glembo | 2009-12-02 | 1 | -3/+1 | |
| * | | | | | | sparc32: Remove early interrupt enable. | Kristoffer Glembo | 2009-12-02 | 1 | -3/+0 | |
| * | | | | | | sparc, leon: Added Aeroflex Gaisler entry in manufacturer_info structure | Kristoffer Glembo | 2009-12-02 | 1 | -0/+11 | |
| * | | | | | | sparc64: Faster early-boot framebuffer console. | David S. Miller | 2009-11-27 | 5 | -1/+692 | |
| * | | | | | | Revert "sparc: Make atomic locks raw" | David S. Miller | 2009-11-26 | 1 | -18/+18 | |
| * | | | | | | sparc: remove unused nfsd #includes | Boaz Harrosh | 2009-11-25 | 1 | -5/+0 | |
| * | | | | | | sparc: Fixup last users of irq_chip->typename | Thomas Gleixner | 2009-11-18 | 2 | -5/+5 | |
| * | | | | | | Added sparc_leon3_snooping_enabled() and converted extern inline to static in... | Kristoffer Glembo | 2009-11-16 | 1 | -5/+12 | |
| * | | | | | | No auxio on LEON | Kristoffer Glembo | 2009-11-16 | 1 | -0/+1 | |
| * | | | | | | sparc: Replace old style lock initializer | Thomas Gleixner | 2009-11-07 | 1 | -2/+2 | |
| * | | | | | | sparc: Make atomic locks raw | Thomas Gleixner | 2009-11-06 | 1 | -18/+18 | |
| * | | | | | | sparc: Remove BKL from apc | Thomas Gleixner | 2009-11-02 | 1 | -27/+10 | |
| * | | | | | | sparc,leon: Sparc-Leon SMP support | Konrad Eisele | 2009-11-02 | 11 | -3/+732 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2009-12-08 | 1 | -54/+1 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | of: merge of_node_get(), of_node_put() and of_find_all_nodes() | Grant Likely | 2009-10-15 | 1 | -9/+0 | |
| * | | | | | of: Move OF_IS_DYNAMIC and OF_MARK_DYNAMIC macros to of.h | Grant Likely | 2009-10-15 | 1 | -3/+0 | |
| * | | | | | of: merge struct device_node | Grant Likely | 2009-10-15 | 1 | -24/+0 | |
| * | | | | | of: merge phandle, ihandle and struct property | Grant Likely | 2009-10-15 | 1 | -12/+0 | |
| * | | | | | of: Rework linux/of.h and asm/prom.h include ordering | Grant Likely | 2009-10-15 | 1 | -6/+1 | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 2009-12-08 | 2 | -58/+1 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Merge commit 'v2.6.32-rc7' | Eric W. Biederman | 2009-11-17 | 3 | -3/+7 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | sysctl: sparc Use the compat_sys_sysctl | Eric W. Biederman | 2009-11-06 | 2 | -58/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-11-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | sparc64: Fix definition of VMEMMAP_SIZE. | David S. Miller | 2009-11-23 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2009-11-17 | 3 | -10/+10 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | arch/sparc/boot/*.c: Mark various internal functions static | Josh Triplett | 2009-11-15 | 3 | -10/+10 | |
| |/ / / | ||||||
* | | | | sparc: Move of_set_property_mutex acquisition outside of devtree_lock grab. | David S. Miller | 2009-11-08 | 1 | -2/+2 | |
* | | | | sparc64: replace parentheses in pmul() | Roel Kluin | 2009-11-08 | 1 | -1/+1 | |
* | | | | sparc64: Add a comment about why we only use certain memory barriers these days. | David S. Miller | 2009-11-05 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | sparc64: Set IRQF_DISABLED on LDC channel IRQs. | David S. Miller | 2009-10-13 | 1 | -2/+2 | |
* | | | sparc64: Fix D-cache flushing on swapin from SW devices. | David S. Miller | 2009-10-12 | 1 | -1/+1 | |
* | | | sparc64: Fix niagara2 perf IRQ bits. | David S. Miller | 2009-10-09 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/... | Linus Torvalds | 2009-10-08 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | perf_event: Provide vmalloc() based mmap() backing | Peter Zijlstra | 2009-10-06 | 1 | -0/+2 | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-10-05 | 6 | -59/+547 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | sparc: using HZ needs an include of linux/param.h | Stephen Rothwell | 2009-10-05 | 1 | -0/+1 | |
| * | | sparc32: convert to asm-generic/hardirq.h | Christoph Hellwig | 2009-10-01 | 2 | -13/+3 |