| Commit message (Expand) | Author | Age | Files | Lines |
* | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 2009-06-21 | 2 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 2009-06-19 | 1 | -0/+6 |
|\ |
|
| * | sparc64: Fix UP bootup regression. | David S. Miller | 2009-06-18 | 1 | -0/+6 |
* | | Delete pcibios_select_root | Matthew Wilcox | 2009-06-17 | 2 | -15/+0 |
* | | Merge branch 'akpm' | Linus Torvalds | 2009-06-16 | 2 | -19/+1 |
|\ \
| |/
|/| |
|
| * | kmap_types: make most arches use generic header file | Randy Dunlap | 2009-06-16 | 1 | -16/+1 |
| * | mm: consolidate init_mm definition | Alexey Dobriyan | 2009-06-16 | 1 | -3/+0 |
* | | sparc64: Update defconfig. | David S. Miller | 2009-06-16 | 1 | -18/+45 |
* | | sparc: Wire up sys_rt_tgsigqueueinfo(). | David S. Miller | 2009-06-16 | 3 | -4/+9 |
* | | sparc: replace uses of CPU_MASK_ALL_PTR | Stephen Rothwell | 2009-06-16 | 2 | -2/+2 |
* | | sparc64: Add proper dynamic ftrace support. | David S. Miller | 2009-06-16 | 3 | -15/+45 |
* | | sparc: Simplify code using is_power_of_2() routine. | Robert P. J. Day | 2009-06-16 | 1 | -1/+2 |
* | | sparc: move of_device common code to of_device_common | Robert Reif | 2009-06-16 | 5 | -378/+216 |
* | | sparc: remove dma-mapping_{32|64}.h | FUJITA Tomonori | 2009-06-16 | 4 | -238/+172 |
* | | sparc: use dma_map_page instead of dma_map_single | FUJITA Tomonori | 2009-06-16 | 3 | -25/+28 |
* | | sparc: add sync_single_for_device and sync_sg_for_device to struct dma_ops | FUJITA Tomonori | 2009-06-16 | 1 | -0/+6 |
* | | sparc: move the duplication in dma-mapping_{32|64}.h to dma-mapping.h | FUJITA Tomonori | 2009-06-16 | 4 | -88/+42 |
* | | sparc64: fix and optimize irq distribution | Hong H. Pham | 2009-06-16 | 5 | -25/+456 |
* | | sparc64: Use new dynamic per-cpu allocator. | David S. Miller | 2009-06-16 | 2 | -9/+159 |
* | | sparc64: Only allocate per-cpu areas for possible cpus. | David S. Miller | 2009-06-16 | 1 | -16/+6 |
* | | sparc64: Get rid of real_setup_per_cpu_areas(). | David S. Miller | 2009-06-16 | 3 | -17/+5 |
* | | sparc64: Defer cpu_data() setup until end of per-cpu data initialization. | David S. Miller | 2009-06-16 | 5 | -10/+9 |
* | | sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer. | David S. Miller | 2009-06-16 | 4 | -6/+6 |
* | | sparc: Call OF and MD cpu scanning explicitly from paging_init() | David S. Miller | 2009-06-16 | 6 | -8/+6 |
* | | sparc64: Refactor MDESC cpu scanning code using an iterator. | David S. Miller | 2009-06-16 | 2 | -57/+90 |
* | | sparc64: Refactor OBP cpu scanning code using an iterator. | David S. Miller | 2009-06-16 | 2 | -109/+125 |
* | | sparc64: Use BUILD_BUG_ON() in trap_init(). | David S. Miller | 2009-06-16 | 1 | -80/+91 |
* | | sparc64: Store per-cpu offset in trap_block[] | David S. Miller | 2009-06-16 | 5 | -44/+21 |
* | | sparc64: Move trap_block[] definitions into a new header file. | David S. Miller | 2009-06-16 | 2 | -196/+208 |
* | | sparc64: Reclaim trap_block[]->hdesc | David S. Miller | 2009-06-16 | 2 | -9/+7 |
|/ |
|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-06-15 | 17 | -22/+68 |
|\ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 2009-06-12 | 9 | -11/+20 |
| |\ |
|
| | * | asm-generic: merge branch 'master' of torvalds/linux-2.6 | Arnd Bergmann | 2009-06-12 | 2 | -5/+11 |
| | |\ |
|
| | * | | asm-generic: rename page.h and uaccess.h | Arnd Bergmann | 2009-06-11 | 3 | -3/+3 |
| | * | | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann | 2009-06-11 | 2 | -2/+2 |
| | * | | asm-generic: introduce asm/bitsperlong.h | Arnd Bergmann | 2009-06-11 | 2 | -4/+13 |
| | * | | asm-generic: rename termios.h, signal.h and mman.h | Arnd Bergmann | 2009-06-11 | 2 | -2/+2 |
| * | | | module: cleanup FIXME comments about trimming exception table entries. | Rusty Russell | 2009-06-12 | 1 | -2/+0 |
| * | | | module: trim exception table on init free. | Rusty Russell | 2009-06-12 | 2 | -0/+32 |
| | |/
| |/| |
|
| * | | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 | 1 | -2/+2 |
| |\ \ |
|
| | * \ | Merge branch 'core/urgent' into core/futexes | Thomas Gleixner | 2009-05-20 | 23 | -152/+280 |
| | |\ \ |
|
| | * | | | sparc64: extend TI_RESTART_BLOCK space by 8 bytes | Stephen Rothwell | 2009-04-09 | 1 | -2/+2 |
| * | | | | Merge branch 'linus' into irq/numa | Ingo Molnar | 2009-06-01 | 3 | -4/+5 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-06-01 | 3 | -4/+5 |
| | |\ \ \
| | | |_|/
| | |/| | |
|
| | | * | | sparc64: Fix section attribute warnings. | David S. Miller | 2009-05-29 | 2 | -2/+2 |
| | | * | | sparc64: Fix SET_PERSONALITY to not clip bits outside of PER_MASK. | David S. Miller | 2009-05-07 | 1 | -2/+3 |
| * | | | | Merge branch 'x86/apic' into irq/numa | Ingo Molnar | 2009-05-12 | 2 | -2/+2 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | irq: change ->set_affinity() to return status | Yinghai Lu | 2009-04-28 | 1 | -3/+9 |
* | | | | | cfg80211: errno.h: define ERFKILL | Alexander Beregalov | 2009-06-07 | 1 | -0/+2 |
| |/ / /
|/| | | |
|
* | | | | sparc: cleanup references to deprecated .text.init* sections. | Tim Abbott | 2009-04-27 | 2 | -2/+2 |
|/ / / |
|