summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vfs: fix subtle use-after-free of pipe_inode_infoLinus Torvalds2013-12-021-20/+19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2013-12-012-7/+6
|\
| * um: Build always with -mcmodel=large on 64bitRichard Weinberger2013-12-011-5/+4
| * um: Rename print_stack_trace to do_stack_traceRichard Weinberger2013-12-011-2/+2
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2013-12-0111-34/+75
|\ \ | |/ |/|
| * ARM: 7907/1: lib: delay-loop: Add align directive to fix BogoMIPS calculationFabio Estevam2013-11-301-0/+1
| * ARM: 7897/1: kexec: Use the right ISA for relocate_new_kernelDave Martin2013-11-302-9/+16
| * ARM: 7895/1: signal: fix armv7-m build issue in sigreturn_codes.SVictor Kamensky2013-11-301-9/+31
| * ARM: footbridge: fix EBSA285 LEDsRussell King2013-11-301-9/+13
| * ARM: footbridge: fix VGA initialisationRussell King2013-11-302-2/+3
| * ARM: fix booting low-vectors machinesRussell King2013-11-303-3/+4
| * ARM: dma-mapping: check DMA mask against available memoryRussell King2013-11-301-2/+7
* | ima: store address of template_fmt_copy in a pointer before calling strsepRoberto Sassu2013-11-301-2/+4
* | Linux 3.13-rc2v3.13-rc2Linus Torvalds2013-11-291-1/+1
* | Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2013-11-298-66/+67
|\ \
| * | arm64: Move PTE_PROT_NONE higher upCatalin Marinas2013-11-291-14/+17
| * | arm64: Use Normal NonCacheable memory for writecombineCatalin Marinas2013-11-291-1/+1
| * | arm64: debug: make aarch32 bkpt checking endian cleanMatthew Leach2013-11-281-8/+12
| * | arm64: ptrace: fix compat registes get/set to be endian cleanMatthew Leach2013-11-281-21/+19
| * | arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas2013-11-253-0/+9
| * | arm64: dts: Reserve the memory used for secondary CPU release addressCatalin Marinas2013-11-251-0/+2
| * | arm64: let the core code deal with preempt_countMarc Zyngier2013-11-251-22/+7
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-11-2914-88/+87
|\ \
| * | s390/mm: handle asce-type exceptions as normal page faultMartin Schwidefsky2013-11-251-1/+1
| * | s390,time: revert direct ktime path for s390 clockevent deviceMartin Schwidefsky2013-11-251-15/+4
| * | s390/time,vdso: convert to the new update_vsyscall interfaceMartin Schwidefsky2013-11-258-45/+62
| * | s390/uaccess: add missing page table walk range checkHeiko Carstens2013-11-251-0/+3
| * | s390/mm: optimize copy_pageHeiko Carstens2013-11-201-25/+13
| * | s390/dasd: validate request size before building CCW/TCW requestStefan Weinhuber2013-11-201-0/+2
| * | s390/signal: always restore saved runtime instrumentation psw bitHendrik Brueckner2013-11-202-2/+2
* | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-295-13/+19
|\ \ \
| * | | i2c: bcm2835: Linking platform nodes to adapter nodesFlorian Meier2013-11-281-0/+1
| * | | i2c: omap: raw read and write endian fixVictor Kamensky2013-11-271-4/+4
| * | | i2c: i2c-bcm-kona: Fix module buildTim Kryger2013-11-261-1/+1
| * | | i2c: i2c-diolan-u2c: different usb endpoints for DLN-2-U2CMartin Vogt2013-11-261-5/+11
| * | | i2c: bcm-kona: remove duplicated includeWei Yongjun2013-11-261-1/+0
| * | | i2c: davinci: raw read and write endian fixTaras Kondratiuk2013-11-261-2/+2
| | |/ | |/|
* | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-291-13/+37
|\ \ \
| * | | workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...Li Bin2013-11-221-6/+9
| * | | workqueue: fix comment typo for __queue_work()Li Bin2013-11-221-1/+1
| * | | workqueue: fix ordered workqueues in NUMA setupsTejun Heo2013-11-221-2/+22
| * | | workqueue: swap set_cpus_allowed_ptr() and PF_NO_SETAFFINITYOleg Nesterov2013-11-221-4/+5
| |/ /
* | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-295-5/+6
|\ \ \
| * | | ATA: Fix port removal orderingRafael J. Wysocki2013-11-271-2/+1
| * | | ahci: add Marvell 9230 to the AHCI PCI device listSamir Benmendil2013-11-231-0/+2
| * | | ata: fix acpi_bus_get_device() return value checkYijing Wang2013-11-231-3/+1
| * | | pata_arasan_cf: add missing clk_disable_unprepare() on error pathWei Yongjun2013-11-221-0/+1
| * | | ahci: add support for IBM Akebono platform deviceAlistair Popple2013-11-221-0/+1
| |/ /
* | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-292-6/+37
|\ \ \
| * | | cgroup: fix cgroup_subsys_state leak for seq_filesTejun Heo2013-11-271-1/+4