summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson2011-03-235-7/+7
* mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-235-11/+12
* x86: mark associated mm when running a task in 32 bit compatibility modeStephen Wilson2011-03-232-0/+9
* x86: add context tag to mark mm when running a task in 32-bit compatibility modeStephen Wilson2011-03-231-0/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-214-1/+6
|\
| * introduce sys_syncfs to sync a single file systemSage Weil2011-03-214-1/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds2011-03-218-375/+319
|\ \
| * \ Merge branch 'irq' into for-nextJames Bottomley2011-02-103-36/+42
| |\ \
| | * | [PARISC] Convert to new irq_chip functionsThomas Gleixner2011-02-103-36/+42
| * | | Merge branch 'fixes' into for-nextJames Bottomley2011-02-102-8/+18
| |\ \ \ | | |/ /
| | * | [PARISC] fix per-cpu flag problem in the cpu affinity checkersThomas Gleixner2011-02-091-1/+1
| | * | [PARISC] fix vmap flush/invalidateJames Bottomley2011-02-091-7/+17
| * | | Merge branch 'tmpalias-flush' into for-nextJames Bottomley2011-02-105-332/+260
| |\ \ \ | | |/ / | |/| |
| | * | eliminate special FLUSH flag from page tableJames Bottomley2011-01-152-68/+7
| | * | parisc: flush pages through tmpalias spaceJames Bottomley2011-01-154-283/+272
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2011-03-216-4/+39
|\ \ \ \
| * | | | sparc: Add {open_by,name_to}_handle_at and clock_adjtime syscalls.David S. Miller2011-03-183-4/+7
| * | | | sparc: Implement of_iomap().David S. Miller2011-03-181-0/+14
| * | | | sparc: Implement of_address_to_resource().David S. Miller2011-03-181-0/+13
| * | | | sparc: Provide NO_IRQ definition.David S. Miller2011-03-182-0/+5
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-03-215-27/+86
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | powerpc/ptrace: Remove BUG_ON when full register set not availableMike Wolf2011-03-212-3/+14
| * | | | powerpc: Factoring mpic cpu id fetching into a functionMeador Inge2011-03-211-17/+14
| * | | | powerpc: Make MPIC honor the "pic-no-reset" device tree propertyMeador Inge2011-03-212-11/+59
| * | | | powerpc/pci: Fix crash in PCI code on ppc64 when matching device nodesBenjamin Herrenschmidt2011-03-211-2/+5
* | | | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-2025-33/+33
|\ \ \ \ \
| * | | | | xtensa: change to new flag variablematt mooney2011-03-172-2/+2
| * | | | | um: change to new flag variablesmatt mooney2011-03-171-5/+5
| * | | | | s390: change to new flag variablematt mooney2011-03-173-3/+3
| * | | | | mips: change to new flag variablematt mooney2011-03-179-10/+10
| * | | | | microblaze: change to new flag variablematt mooney2011-03-171-1/+1
| * | | | | ia64: change to new flag variablesmatt mooney2011-03-176-7/+7
| * | | | | h8300: change to new flag variablematt mooney2011-03-171-1/+1
| * | | | | arm: change to new flag variablesmatt mooney2011-03-172-4/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-03-201-6/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | arch/tile: fix futex sanitization definition/prototype mismatchChris Metcalf2011-03-201-6/+6
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-03-191-3/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'next' into for-linusDmitry Torokhov2011-03-182660-51627/+104100
| |\ \ \ \ \
| | * | | | | Input: atmel_mxt_ts - allow board code to specify IRQ flagsIiro Valkonen2011-02-211-0/+2
| | * | | | | Input: atmel_mxt_ts - get rid of qt602240 prefixes in namesIiro Valkonen2011-02-211-2/+2
| | * | | | | Input: qt602240_ts - rename to atmel_mxt_tsDmitry Torokhov2011-02-211-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-182-1/+29
|\ \ \ \ \ \ \
| * | | | | | | mmc: sdhci-esdhc-imx: add card detect on custom GPIO for mx25/35Wolfram Sang2011-03-171-0/+2
| * | | | | | | mmc: sdhci-esdhc-imx: add write protect on custom GPIO on mx25/35Wolfram Sang2011-03-171-1/+9
| * | | | | | | mmc: mxs-mmc: add mmc host driver for i.MX23/28Shawn Guo2011-03-151-0/+18
* | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowell...Linus Torvalds2011-03-1814-219/+159
|\ \ \ \ \ \ \ \
| * | | | | | | | MN10300: Clear ASB2364 peripheral interrupt masks before enabling interruptsDavid Howells2011-03-182-0/+55
| * | | | | | | | MN10300: Fix the ASB2364 gdbport UART register defsDavid Howells2011-03-181-12/+12
| * | | | | | | | MN10300: Fix ASB2364 FPGA register defsDavid Howells2011-03-181-1/+1
| * | | | | | | | MN10300: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner2011-03-183-5/+6
OpenPOWER on IntegriCloud