aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2012-10-28sparc64: Fix bit twiddling in sparc_pmu_enable_event().David S. Miller
2012-10-28sparc64: Like x86 we should check current->mm during perf backtrace generation.David S. Miller
2012-10-28sparc64: fix ptrace interaction with force_successful_syscall_return()Al Viro
2012-10-28xtensa: add missing system calls to the syscall tableChris Zankel
2012-10-28xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel
2012-10-28x86: Exclude E820_RESERVED regions and memory holes above 4 GB from direct ma...Jacob Shin
2012-10-28x86, amd, mce: Avoid NULL pointer reference on CPU northbridge lookupDaniel J Blueman
2012-10-28s390: fix linker script for 31 bit buildsHeiko Carstens
2012-10-28oprofile, x86: Fix wrapping bug in op_x86_get_ctrl()Dan Carpenter
2012-10-28arch/tile: avoid generating .eh_frame information in modulesChris Metcalf
2012-10-21kbuild: Fix accidental revert in commit fe04ddfMichal Marek
2012-10-21MIPS: ath79: Fix CPU/DDR frequency calculation for SRIF PLLsGabor Juhos
2012-10-21xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk
2012-10-21xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk
2012-10-21ARM: OMAP: counter: add locking to read_persistent_clockColin Cross
2012-10-21ARM: 7541/1: Add ARM ERRATA 775420 workaroundSimon Horman
2012-10-21mips,kgdb: fix recursive page fault with CONFIG_KPROBESJason Wessel
2012-10-21ARM: vfp: fix saving d16-d31 vfp registers on v6+ kernelsRussell King
2012-10-13efi: initialize efi.runtime_version to make query_variable_info/update_capsul...Seiji Aguchi
2012-10-13efi: Build EFI stub with EFI-appropriate optionsMatthew Garrett
2012-10-13score: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-10-13m32r: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-10-13cris: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-10-13alpha: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-10-13m68k: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-10-13mn10300: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-10-13frv: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-10-13xtensa: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-10-13parisc: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-10-13h8300: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-10-13ia64: Add missing RCU idle APIs on idle loopPaul E. McKenney
2012-10-13MIPS: ath79: use correct fractional dividers for {CPU,DDR}_PLL on AR934xGabor Juhos
2012-10-13mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THPAndrea Arcangeli
2012-10-13powerpc/eeh: Fix crash on converting OF node to edevGavin Shan
2012-10-13powerpc: Fix VMX fix for memcpy caseNishanth Aravamudan
2012-10-13ARM: 7548/1: include linux/sched.h in syscall.hWade Farnsworth
2012-10-13powerpc/iommu: Fix multiple issues with IOMMU pools codeAnton Blanchard
2012-10-13kbuild: Fix gcc -x syntaxJean Delvare
2012-10-13kbuild: Do not package /boot and /lib in make tar-pkgMichal Marek
2012-10-13mn10300: only add -mmem-funcs to KBUILD_CFLAGS if gcc supports itGeert Uytterhoeven
2012-10-07serial: omap: fix software flow controlVikram Pandita
2012-09-28Merge branch 'for-linus-3.6-rc-final' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-09-27Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-09-27Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds
2012-09-27um: Preinclude include/linux/kern_levels.hGeert Uytterhoeven
2012-09-27um: Fix IPC on umRichard Weinberger
2012-09-27um: kill thread->forkingAl Viro
2012-09-27um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro
2012-09-27um: don't leak floating point state and segment registers on execve()Al Viro
2012-09-27um: take cleaning singlestep to start_thread()Al Viro