aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-03-15x86: tsc: Add support for new S3_NONSTOP featureGravatar Feng Tang 1-1/+5
2013-03-15x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3Gravatar Feng Tang 2-0/+13
2013-03-15x86: Do full rtc synchronization with ntpGravatar Prarit Bhargava 4-83/+55
2013-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2013-03-11s390: Fix a header dependencies related build errorGravatar Li Zefan 1-0/+1
2013-03-11um: Use tty_port in SIGWINCH handlerGravatar Richard Weinberger 5-18/+22
2013-03-11um: Use tty_port_operations->destructGravatar Richard Weinberger 3-14/+14
2013-03-11um: fix build failure due to mess-up of sig_info protorypeGravatar Sergei Trofimovich 1-1/+1
2013-03-11um: add missing declaration of 'getrlimit()' and friendsGravatar Sergei Trofimovich 1-0/+2
2013-03-11net : enable tx time stamping in the vde driver.Gravatar Paul Chavent 1-0/+2
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 3-0/+3
2013-03-08Merge branch 'akpm' (fixes from Andrew)Gravatar Linus Torvalds 1-0/+1
2013-03-08alpha: boot: fix build breakage introduced by system.h disintegrationGravatar Will Deacon 1-0/+1
2013-03-08Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Gravatar Linus Torvalds 2-13/+32
2013-03-08Merge tag 'metag-for-v3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-3/+1
2013-03-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-9/+36
2013-03-07Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 21-109/+178
2013-03-07x86: Do not try to sync identity map for non-mapped pagesGravatar Dave Hansen 1-0/+7
2013-03-07ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimiza...Gravatar Ivan Djelic 1-41/+44
2013-03-06x86, doc: Be explicit about what the x86 struct boot_params requiresGravatar Peter Jones 1-1/+15
2013-03-06x86: Don't clear efi_info even if the sentinel hitsGravatar Josh Boyer 1-1/+3
2013-03-06x86, mm: Make sure to find a 2M free block for the first mapped areaGravatar Yinghai Lu 1-3/+2
2013-03-06x86: Fix 32-bit *_cpu_data initializersGravatar Krzysztof Mazur 1-2/+8
2013-03-06ARM: 7667/1: perf: Fix section mismatch on armpmu_init()Gravatar Stephen Boyd 1-1/+1
2013-03-06ARM: 7666/1: decompressor: add -mno-single-pic-base for building the decompre...Gravatar Jonathan Austin 1-1/+1
2013-03-05x86, smpboot: Remove unused variableGravatar Borislav Petkov 1-2/+1
2013-03-05powerpc: Set DSCR bit in FSCR setupGravatar Michael Neuling 1-1/+1
2013-03-05powerpc: Add DSCR FSCR register bit definitionGravatar Michael Neuling 1-1/+2
2013-03-05powerpc: Fix setting FSCR for HV=0 and on secondary CPUsGravatar Michael Neuling 1-1/+2
2013-03-05powerpc: Wireup the kcmp syscall to sys_niGravatar Tony Breeds 3-1/+3
2013-03-05powerpc: Remove unused BITOP_LE_SWIZZLE macroGravatar Akinobu Mita 1-2/+0
2013-03-05powerpc: Avoid link stack corruption in MMU on syscall entry pathGravatar Michael Neuling 1-2/+2
2013-03-05powerpc/pseries/hvcserver: Fix strncpy buffer limit in location codeGravatar Chen Gang 1-2/+3
2013-03-05powerpc: Fix compile of sha1-powerpc-asm.S on 32-bitGravatar Tony Breeds 1-2/+2
2013-03-04tile: properly use COMPAT_SYSCALL_DEFINExGravatar Chris Metcalf 1-16/+19
2013-03-04tile: work around bug in the generic sys_llseekGravatar Chris Metcalf 2-0/+16
2013-03-04metag: Inhibit NUMA balancing.Gravatar Paul Mundt 1-0/+1
2013-03-04metag: remove SET_PERSONALITY()Gravatar James Hogan 1-3/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 3-0/+3
2013-03-03ARM: 7665/1: Wire up kcmp syscallGravatar Cyrill Gorcunov 2-2/+2
2013-03-03ARM: 7664/1: perf: remove erroneous semicolon from event initialisationGravatar Chen Gang 1-1/+1
2013-03-03ARM: 7663/1: perf: fix ARMv7 EVTYPE_MASK to include NSH bitGravatar Will Deacon 1-1/+1
2013-03-03ARM: 7662/1: hw_breakpoint: reset debug logic on secondary CPUs in s2ram resumeGravatar Dietmar Eggemann 1-1/+1
2013-03-03ARM: 7661/1: mm: perform explicit branch predictor maintenance when requiredGravatar Will Deacon 4-1/+6
2013-03-03ARM: 7660/1: tlb: add branch predictor maintenance operationsGravatar Will Deacon 2-6/+40
2013-03-03ARM: 7659/1: mm: make mm->context.id an atomic64_t variableGravatar Will Deacon 4-14/+19
2013-03-03ARM: 7658/1: mm: fix race updating mm->context.id on ASID rolloverGravatar Will Deacon 1-3/+3
2013-03-03ARM: 7657/1: head: fix swapper and idmap population with LPAE and big-endianGravatar Will Deacon 1-4/+22
2013-03-03ARM: 7655/1: smp_twd: make twd_local_timer_of_register() no-op for nosmpGravatar Shawn Guo 1-0/+4
2013-03-03ARM: 7652/1: mm: fix missing use of 'asid' to get asid value from mm->context.idGravatar Ben Dooks 1-1/+1