summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* sparc64: Defer cpu_data() setup until end of per-cpu data initialization.David S. Miller2009-06-165-10/+9
* sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer.David S. Miller2009-06-164-6/+6
* sparc: Call OF and MD cpu scanning explicitly from paging_init()David S. Miller2009-06-166-8/+6
* sparc64: Refactor MDESC cpu scanning code using an iterator.David S. Miller2009-06-162-57/+90
* sparc64: Refactor OBP cpu scanning code using an iterator.David S. Miller2009-06-162-109/+125
* sparc64: Use BUILD_BUG_ON() in trap_init().David S. Miller2009-06-161-80/+91
* sparc64: Store per-cpu offset in trap_block[]David S. Miller2009-06-165-44/+21
* sparc64: Move trap_block[] definitions into a new header file.David S. Miller2009-06-162-196/+208
* sparc64: Reclaim trap_block[]->hdescDavid S. Miller2009-06-162-9/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-1517-22/+68
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2009-06-129-11/+20
| |\
| | * asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann2009-06-122-5/+11
| | |\
| | * | asm-generic: rename page.h and uaccess.hArnd Bergmann2009-06-113-3/+3
| | * | asm-generic: rename atomic.h to atomic-long.hArnd Bergmann2009-06-112-2/+2
| | * | asm-generic: introduce asm/bitsperlong.hArnd Bergmann2009-06-112-4/+13
| | * | asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann2009-06-112-2/+2
| * | | module: cleanup FIXME comments about trimming exception table entries.Rusty Russell2009-06-121-2/+0
| * | | module: trim exception table on init free.Rusty Russell2009-06-122-0/+32
| | |/ | |/|
| * | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-2/+2
| |\ \
| | * \ Merge branch 'core/urgent' into core/futexesThomas Gleixner2009-05-2023-152/+280
| | |\ \
| | * | | sparc64: extend TI_RESTART_BLOCK space by 8 bytesStephen Rothwell2009-04-091-2/+2
| * | | | Merge branch 'linus' into irq/numaIngo Molnar2009-06-013-4/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-06-013-4/+5
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | sparc64: Fix section attribute warnings.David S. Miller2009-05-292-2/+2
| | | * | sparc64: Fix SET_PERSONALITY to not clip bits outside of PER_MASK.David S. Miller2009-05-071-2/+3
| * | | | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-122-2/+2
| |\ \ \ \ | | |/ / /
| * | | | irq: change ->set_affinity() to return statusYinghai Lu2009-04-281-3/+9
* | | | | cfg80211: errno.h: define ERFKILLAlexander Beregalov2009-06-071-0/+2
| |/ / / |/| | |
* | | | sparc: cleanup references to deprecated .text.init* sections.Tim Abbott2009-04-272-2/+2
|/ / /
* | | sparc: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-04-244-97/+225
|\ \ \ | |/ /
| * | sparc: Fix bus type probing for ESP and LE devices.David S. Miller2009-04-222-4/+38
| * | sparc32: Update defconfig.David S. Miller2009-04-171-30/+68
| * | sparc64: Update defconfig.David S. Miller2009-04-171-63/+119
* | | clocksource: pass clocksource to read() callbackMagnus Damm2009-04-211-1/+6
* | | Separate out common fstatat code into vfs_fstatatOleg Drokin2009-04-201-14/+5
|/ /
* | sparc: remove some pointless conditionals before kfree()Wei Yongjun2009-04-151-4/+2
* | sparc: asm/atomic.h on 32bit should include asm/system.h for xchgStephen Rothwell2009-04-141-0/+2
* | sparc64: Fix smp_callin() locking.David S. Miller2009-04-141-2/+2
* | parport: Fix various uses of parport_pcAlan Cox2009-04-141-2/+3
* | sparc: Hook up sys_preadv and sys_pwritevDavid S. Miller2009-04-083-4/+6
* | sparc64: add_node_ranges() must be __initDavid S. Miller2009-04-081-1/+1
* | sparc64: Fix section mismatch warnings in PCI controller drivers.David S. Miller2009-04-085-20/+20
* | sparc64: Fix section mismatch warnings in power driver.David S. Miller2009-04-081-1/+1
* | sparc64: get_cells() can't be marked __initDavid S. Miller2009-04-081-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-051-0/+2
|\ \ | |/ |/|
| * Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-311-0/+2
| |\
| | * Merge branch 'linus' into cpumask-for-linusIngo Molnar2009-03-3010-31/+20
| | |\
| | * | numa, cpumask: move numa_node_id default implementation to topology.h, fixStephen Rothwell2009-03-191-0/+2
| | * | Merge commit 'v2.6.29-rc8' into cpus4096Ingo Molnar2009-03-131-10/+19
| | |\ \
OpenPOWER on IntegriCloud