summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-09-07s390/compat signal: add couple of __force annotationsHeiko Carstens1-5/+5
2013-09-07s390/mm: add __releases()/__acquires() annotations to gmap_alloc_table()Heiko Carstens1-1/+3
2013-09-07s390: keep Kconfig sortedHeiko Carstens1-3/+3
2013-09-04s390/irq: rework irq subclass handlingHeiko Carstens6-51/+32
2013-09-04s390/irq: use hlists for external interrupt handler arrayHeiko Carstens1-12/+12
2013-09-04s390/dumpstack: convert print_symbol to %pSRHeiko Carstens1-10/+10
2013-09-04s390/perf: Remove print_hex_dump_bytes() debug outputHendrik Brueckner1-4/+1
2013-09-04s390: update defconfigHeiko Carstens1-12/+27
2013-09-04s390/bpf,jit: fix address randomizationHeiko Carstens1-1/+1
2013-09-04Merge tag 'for-3.12-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2-2/+4
2013-09-04Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-91/+21
2013-09-04Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-52/+34
2013-09-04Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-288/+73
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-10/+10
2013-09-03Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+14
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-30/+26
2013-09-03Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-80/+229
2013-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds45-1280/+1203
2013-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds5-15/+22
2013-09-03Merge branch 'lockref' (locked reference counts)Linus Torvalds2-0/+6
2013-09-03ARM: dts: Use the PWM polarity flagsLaurent Pinchart2-2/+4
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds2-0/+6
2013-09-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2013-08-31Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2013-08-30s390/pci: use virtual memory for iommu bitmapSebastian Ott1-9/+3
2013-08-30s390/pci: update function handle after resume from hibernateSebastian Ott4-5/+45
2013-08-30s390/pci: try harder to modify a functionSebastian Ott1-2/+2
2013-08-30s390/pci: split lpfSebastian Ott4-54/+72
2013-08-30s390/hibernate: add early resume functionSebastian Ott3-5/+12
2013-08-30s390/pci: add recover sysfs knobSebastian Ott2-2/+29
2013-08-30s390/pci: use claim_resourceSebastian Ott1-29/+34
2013-08-30s390/pci/hotplug: convert to be builtin onlySebastian Ott2-41/+17
2013-08-30iio: at91: Use different prescal, startup mask in MR for different IPJosh Wu1-2/+5
2013-08-30iio: at91: introduce the multiple compatible string for different IPs.Josh Wu1-0/+9
2013-08-29arm: prima2: drop nr_irqs in mach as we moved to linear irqdomainBarry Song1-2/+0
2013-08-29s390/mm: implement software referenced bitsMartin Schwidefsky5-187/+244
2013-08-29ARM: dts: msm: Update uartdm compatible stringsStephen Boyd2-2/+2
2013-08-28s390/tx: allow program interruption filtering in user spaceMartin Schwidefsky1-3/+3
2013-08-28s390/pgtable: fix mprotect for single-threaded KVM guestsMartin Schwidefsky1-0/+1
2013-08-28s390/time: return with irqs disabled from psw_idleMartin Schwidefsky5-6/+4
2013-08-28msm_serial: Switch clock consumer strings and simplify codeStephen Boyd3-7/+7
2013-08-27usb: musb: am335x: add second port to beagle boneSebastian Andrzej Siewior1-0/+13
2013-08-27usb: musb: am335x-evm: Do not remove the session bit HOST-only modeSebastian Andrzej Siewior1-0/+1
2013-08-27usb: usb: dsps: update code according to the binding documentSebastian Andrzej Siewior4-46/+31
2013-08-27usb: musb: dsps fix the typo in reg-names of the dma nodeSebastian Andrzej Siewior1-1/+1
2013-08-27Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds3-13/+20
2013-08-27powerpc: Work around gcc miscompilation of __pa() on 64-bitPaul Mackerras2-0/+11
2013-08-27powerpc: Don't Oops when accessing /proc/powerpc/lparcfg without hypervisorBenjamin Herrenschmidt1-13/+9
2013-08-27Merge branch 'pm-cpufreq'Rafael J. Wysocki9-151/+50
2013-08-27Merge branch 'pm-cpuidle'Rafael J. Wysocki4-133/+2