summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-111-0/+1
|\
| * s390: Fix a header dependencies related build errorLi Zefan2013-03-111-0/+1
* | um: Use tty_port in SIGWINCH handlerRichard Weinberger2013-03-115-18/+22
* | um: Use tty_port_operations->destructRichard Weinberger2013-03-113-14/+14
* | um: fix build failure due to mess-up of sig_info protorypeSergei Trofimovich2013-03-111-1/+1
* | um: add missing declaration of 'getrlimit()' and friendsSergei Trofimovich2013-03-111-0/+2
* | net : enable tx time stamping in the vde driver.Paul Chavent2013-03-111-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-103-0/+3
|\ \
| * | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-043-0/+3
* | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-03-091-0/+1
|\ \ \
| * | | alpha: boot: fix build breakage introduced by system.h disintegrationWill Deacon2013-03-091-0/+1
* | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-03-082-13/+32
|\ \ \ \
| * | | | tile: properly use COMPAT_SYSCALL_DEFINExChris Metcalf2013-03-041-16/+19
| * | | | tile: work around bug in the generic sys_llseekChris Metcalf2013-03-042-0/+16
| | |/ / | |/| |
* | | | Merge tag 'metag-for-v3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-03-082-3/+1Star
|\ \ \ \ | |_|/ / |/| | |
| * | | metag: Inhibit NUMA balancing.Paul Mundt2013-03-041-0/+1
| * | | metag: remove SET_PERSONALITY()James Hogan2013-03-041-3/+0Star
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-03-085-9/+36
|\ \ \
| * | | x86: Do not try to sync identity map for non-mapped pagesDave Hansen2013-03-071-0/+7
| * | | x86, doc: Be explicit about what the x86 struct boot_params requiresPeter Jones2013-03-071-1/+15
| * | | x86: Don't clear efi_info even if the sentinel hitsJosh Boyer2013-03-071-1/+3
| * | | x86, mm: Make sure to find a 2M free block for the first mapped areaYinghai Lu2013-03-071-3/+2Star
| * | | x86: Fix 32-bit *_cpu_data initializersKrzysztof Mazur2013-03-071-2/+8
| * | | x86, smpboot: Remove unused variableBorislav Petkov2013-03-061-2/+1Star
| |/ /
* | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-03-0721-109/+178
|\ \ \
| * | | ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimiza...Ivan Djelic2013-03-071-41/+44
| * | | ARM: 7667/1: perf: Fix section mismatch on armpmu_init()Stephen Boyd2013-03-071-1/+1
| * | | ARM: 7666/1: decompressor: add -mno-single-pic-base for building the decompre...Jonathan Austin2013-03-071-1/+1
| * | | ARM: 7665/1: Wire up kcmp syscallCyrill Gorcunov2013-03-032-2/+2
| * | | ARM: 7664/1: perf: remove erroneous semicolon from event initialisationChen Gang2013-03-031-1/+1
| * | | ARM: 7663/1: perf: fix ARMv7 EVTYPE_MASK to include NSH bitWill Deacon2013-03-031-1/+1
| * | | ARM: 7662/1: hw_breakpoint: reset debug logic on secondary CPUs in s2ram resumeDietmar Eggemann2013-03-031-1/+1
| * | | ARM: 7661/1: mm: perform explicit branch predictor maintenance when requiredWill Deacon2013-03-034-1/+6
| * | | ARM: 7660/1: tlb: add branch predictor maintenance operationsWill Deacon2013-03-032-6/+40
| * | | ARM: 7659/1: mm: make mm->context.id an atomic64_t variableWill Deacon2013-03-034-14/+19
| * | | ARM: 7658/1: mm: fix race updating mm->context.id on ASID rolloverWill Deacon2013-03-031-3/+3
| * | | ARM: 7657/1: head: fix swapper and idmap population with LPAE and big-endianWill Deacon2013-03-031-4/+22
| * | | ARM: 7655/1: smp_twd: make twd_local_timer_of_register() no-op for nosmpShawn Guo2013-03-031-0/+4
| * | | ARM: 7652/1: mm: fix missing use of 'asid' to get asid value from mm->context.idBen Dooks2013-03-031-1/+1
| * | | ARM: 7642/1: netx: bump IRQ offset to 64Linus Walleij2013-03-032-33/+33
* | | | powerpc: Set DSCR bit in FSCR setupMichael Neuling2013-03-051-1/+1
* | | | powerpc: Add DSCR FSCR register bit definitionMichael Neuling2013-03-051-1/+2
* | | | powerpc: Fix setting FSCR for HV=0 and on secondary CPUsMichael Neuling2013-03-051-1/+2
* | | | powerpc: Wireup the kcmp syscall to sys_niTony Breeds2013-03-053-1/+3
* | | | powerpc: Remove unused BITOP_LE_SWIZZLE macroAkinobu Mita2013-03-051-2/+0Star
* | | | powerpc: Avoid link stack corruption in MMU on syscall entry pathMichael Neuling2013-03-051-2/+2
* | | | powerpc/pseries/hvcserver: Fix strncpy buffer limit in location codeChen Gang2013-03-051-2/+3
* | | | powerpc: Fix compile of sha1-powerpc-asm.S on 32-bitTony Breeds2013-03-051-2/+2
| |/ / |/| |
* | | Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-032-1/+18
|\ \ \ | |/ / |/| |
| * | xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk2013-03-011-0/+9