summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-07-07ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo1-0/+16
2014-07-07MIPS: KVM: Fix memory leak on VCPUDeng-Cheng Zhu1-0/+1
2014-07-07MIPS: KVM: Remove redundant NULL checks before kfree()James Hogan1-9/+3
2014-07-07powerpc: Add AT_HWCAP2 to indicate V.CRYPTO category supportBenjamin Herrenschmidt2-1/+3
2014-07-07powerpc: fix typo 'CONFIG_PPC_CPU'Paul Bolle1-1/+1
2014-07-07powerpc: fix typo 'CONFIG_PMAC'Paul Bolle1-1/+1
2014-07-07powerpc: 64bit sendfile is capped at 2GBAnton Blanchard1-1/+1
2014-07-07powerpc/pseries: Fix overwritten PE stateGavin Shan1-0/+1
2014-07-07MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras1-1/+1
2014-07-01x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski1-2/+8
2014-07-01x86, x32: Use compat shims for io_{setup,submit}Mike Frysinger1-2/+4
2014-07-01x86-32, espfix: Remove filter for espfix32 due to raceH. Peter Anvin1-5/+0
2014-07-01ARM: 8037/1: mm: support big-endian page tablesJianguo Wu1-5/+13
2014-07-01ARM: stacktrace: avoid listing stacktrace functions in stacktraceRussell King1-5/+13
2014-07-01s390/lowcore: reserve 96 bytes for IRB in lowcoreChristian Borntraeger1-5/+6
2014-07-01arm64: ptrace: change fs when passing kernel pointer to regset codeWill Deacon1-0/+4
2014-07-01ARM: OMAP: replace checks for CONFIG_USB_GADGET_OMAPPaul Bolle4-4/+4
2014-06-26MIPS: KVM: Allocate at least 16KB for exception handlersJames Hogan1-1/+1
2014-06-26ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCsBoris BREZILLON1-9/+13
2014-06-26KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini1-19/+43
2014-06-26net: filter: fix sparc32 typoAlexei Starovoitov1-1/+1
2014-06-26net: filter: fix typo in sparc BPF JITAlexei Starovoitov1-4/+4
2014-06-17ARM: mvebu: fix NOR bus-width in Armada XP OpenBlocks AX3 Device TreeThomas Petazzoni1-1/+1
2014-06-17ARM: mvebu: fix NOR bus-width in Armada XP GP Device TreeThomas Petazzoni1-1/+1
2014-06-11ARM: perf: hook up perf_sample_event_took around pmu irq handlingWill Deacon1-2/+9
2014-06-11perf: Drop sample rate when sampling is too slowDave Hansen1-1/+11
2014-06-11ARM: 8051/1: put_user: fix possible data corruption in put_userAndrey Ryabinin1-1/+2
2014-06-11ARM: OMAP4: Fix the boot regression with CPU_IDLE enabledSantosh Shilimkar1-4/+21
2014-06-11ARM: OMAP3: clock: Back-propagate rate change from cam_mclk to dpll4_m5 on al...Laurent Pinchart1-1/+2
2014-06-11ARM: imx: fix error handling in ipu device registrationEmil Goode1-1/+1
2014-06-08powerpc: Fix 64 bit builds with binutils 2.24Guenter Roeck2-2/+9
2014-06-08crypto: s390 - fix aes,des ctr mode concurrency finding.Harald Freudenberger2-0/+6
2014-06-08powerpc/tm: Fix crash when forking inside a transactionMichael Neuling1-0/+10
2014-06-08x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds2-1/+11
2014-06-08metag: Reduce maximum stack size to 256MBJames Hogan2-0/+4
2014-06-08metag: fix memory barriersMikulas Patocka1-0/+3
2014-06-08ARM: 8012/1: kdump: Avoid overflow when converting pfn to physaddrLiu Hua1-1/+1
2014-06-08ARM: dts: i.MX53: Fix ipu register space sizeSascha Hauer1-1/+1
2014-06-08x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()Anthony Iliopoulos1-0/+1
2014-06-08genirq: Allow forcing cpu affinity of interruptsThomas Gleixner1-1/+1
2014-06-08mips: dts: Fix missing device_type="memory" property in memory nodesLeif Lindholm5-0/+5
2014-05-31parisc: fix epoll_pwait syscall on compat kernelHelge Deller1-1/+1
2014-05-31powerpc: Add vr save/restore functionsAndreas Schwab1-0/+186
2014-05-31ARM: multi_v7_defconfig: enable ARM_ATAG_DTB_COMPATOlof Johansson1-0/+1
2014-05-31arm: multi_v7_defconfig: Enable initrd/initramfs supportSoren Brinkmann1-0/+1
2014-05-13ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta1-3/+5
2014-05-13ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2-12/+5
2014-05-13ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionVineet Gupta1-6/+2
2014-05-13s390/bpf,jit: initialize A register if 1st insn is BPF_S_LDX_B_MSHMartin Schwidefsky1-1/+0
2014-05-13powerpc/tm: Disable IRQ in tm_recheckpointMichael Neuling5-7/+34