summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysctl: Remove dead code from sysctl_checkEric W. Biederman2009-11-112-1374/+4Star
* sysctl: Neuter the generic sysctl strategy routines.Eric W. Biederman2009-11-111-198/+0Star
* sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sysEric W. Biederman2009-11-112-102/+1384
* sysctl: Make do_sysctl staticEric W. Biederman2009-11-062-5/+1Star
* sysctl: Remove the cond_syscall entry for sys32_sysctlEric W. Biederman2009-11-061-1/+0Star
* sysctl: x86 Use the compat_sys_sysctlEric W. Biederman2009-11-063-62/+1Star
* sysctl: sparc Use the compat_sys_sysctlEric W. Biederman2009-11-062-58/+1Star
* sysctl: s390 Use the compat_sys_sysctlEric W. Biederman2009-11-063-59/+2Star
* sysctl: parisc Use the compat_sys_sysctlEric W. Biederman2009-11-062-72/+1Star
* sysctl: mips Use the compat_sys_sysctlEric W. Biederman2009-11-063-63/+2Star
* sysctl: ia64 Use the compat_sys_sysctlEric W. Biederman2009-11-062-56/+1Star
* sysctl: Introduce a generic compat sysctl sysctlEric W. Biederman2009-11-062-52/+50Star
* sysctl: Refactor the binary sysctl handling to remove duplicate codeEric W. Biederman2009-11-061-65/+58Star
* sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman2009-11-063-166/+186
* Linux 2.6.32-rc6Linus Torvalds2009-11-031-1/+1
* Merge branch 'for-linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds2009-11-032-0/+12
|\
| * at91: at91sam9g45 family: identify several chip versionsNicolas Ferre2009-11-032-0/+10
| * avr32: add two new at91 to cpu.h definitionNicolas Ferre2009-11-031-0/+2
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-11-0354-440/+544
|\ \ | |/ |/|
| * MIPS: O32: Fix ppollArnaud Patard2009-11-021-1/+1
| * MIPS: Oprofile: Rename cpu_type from godson2 to loongson2Wu Zhangjin2009-11-021-1/+1
| * MIPS: Alchemy: Fix hang with high-frequency edge interruptsManuel Lauss2009-11-021-8/+26
| * MIPS: TXx9: Fix spi-baseclk valueAtsushi Nemoto2009-11-021-1/+1
| * MIPS: bcm63xx: Set the correct BCM3302 CPU nameFlorian Fainelli2009-11-021-0/+3
| * MIPS: Loongson 2: Set cpu_has_dc_aliases and cpu_icache_snoops_remote_storeZhang Le2009-11-021-2/+1Star
| * MIPS: Avoid potential hazard on Context registerRalf Baechle2009-11-022-0/+4
| * MIPS: Octeon: Use lockless interrupt controller operations when possible.David Daney2009-11-021-36/+178
| * MIPS: Octeon: Use write_{un,}lock_irq{restore,save} to set irq affinityDavid Daney2009-11-021-4/+6
| * MIPS: Set S-cache linesize to 64-bytes for MTI's S-cacheRalf Baechle2009-11-021-0/+1
| * MIPS: SMTC: Avoid queing multiple reschedule IPIsJaidev Patwardhan2009-11-022-4/+31
| * MIPS: GCMP: Avoid accessing registers when they are not presentJaidev Patwardhan2009-11-021-3/+13
| * MIPS: GIC: Random fixes and enhancements.Chris Dearman2009-11-025-293/+142Star
| * MIPS: CMP: Fix memory barriers for correct operation of amon_cpu_startChris Dearman2009-11-021-3/+4
| * MIPS: Fix abs.[sd] and neg.[sd] emulation for NaN operandsNigel Stephens2009-11-022-17/+7Star
| * MIPS: SPRAM: Clean up support code a littleChris Dearman2009-11-023-10/+12
| * MIPS: 1004K: Enable SPRAM support.Ralf Baechle2009-11-021-0/+1
| * MIPS: Malta: Enable PCI 2.1 compatibility in PIIX4Ralf Baechle2009-11-021-0/+13
| * MIPS: Kconfig: Fix duplicate default value for MIPS_L1_CACHE_SHIFT.Ralf Baechle2009-11-021-2/+1Star
| * MIPS: MTI: Fix accesses to device registers on MIPS boardsChris Dearman2009-11-021-1/+1
| * MIPS: Fix machine check exception in kmap_coherent()Kevin Cernekee2009-11-022-3/+7
| * MIPS: MTX-1: Fix build if CONFIG_PCI is disabled.Ralf Baechle2009-11-021-2/+1Star
| * MIPS: AR7: register watchdog device only if enabled in hw configurationFlorian Fainelli2009-11-022-1/+11
| * MIPS: BCM63xx: Prepare for watchdog supportFlorian Fainelli2009-11-022-1/+38
| * MIPS: BCM63xx: Make bcm63xx_uart_register an initfuncFlorian Fainelli2009-11-023-10/+1Star
| * MIPS: AU1000: Fix build failure for db1x00 configured for Au1100 SoCFlorian Fainelli2009-11-021-0/+2
| * MIPS: BCM63xx: Fix soft-reset lockup on BCM6345Florian Fainelli2009-11-021-1/+3
| * MIPS: TXx9: Fix error handling / Fix for noenexisting gpio_remove.Ralf Roesch2009-11-021-1/+2
| * MIPS: Add IRQF_TIMER flag for timer interruptsWu Zhangjin2009-11-026-6/+6
| * MIPS: 64-bit: Fix o32 lookup_dcookie syscallWu Zhangjin2009-11-022-1/+7
| * MIPS: VPE: Remove stray unlock_kernel.Ralf Baechle2009-11-021-2/+0Star