summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney2013-06-141-7/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-06-145-23/+15
|\
| * snd_pcm_link(): fix a leak...Al Viro2013-06-151-2/+2
| * use can_lookup() instead of direct checks of ->i_op->lookupAl Viro2013-06-151-2/+2
| * move exit_task_namespaces() outside of exit_notify()Oleg Nesterov2013-06-151-1/+1
| * fput: task_work_add() can fail if the caller has passed exit_task_work()Oleg Nesterov2013-06-151-9/+10
| * ncpfs: fix rmdir returns Device or resource busyDave Chiluk2013-06-071-9/+0
* | Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-06-145-11/+42
|\ \
| * | xfs: don't shutdown log recovery on validation errorsDave Chinner2013-06-141-2/+17
| * | xfs: ensure btree root split sets blkno correctlyDave Chinner2013-06-141-0/+10
| * | xfs: fix implicit padding in directory and attr CRC formatsDave Chinner2013-06-142-2/+4
| * | xfs: don't emit v5 superblock warnings on writeDave Chinner2013-06-141-7/+11
* | | Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-06-143-2/+5
|\ \ \
| * | | mei: me: clear interrupts on the resume pathTomas Winkler2013-06-131-0/+1
| * | | mei: nfc: fix nfc device freeingTomas Winkler2013-06-131-0/+2
| * | | mei: init: Flush scheduled work before resetting the deviceSamuel Ortiz2013-06-131-2/+2
* | | | Merge tag 'usb-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-06-145-21/+23
|\ \ \ \
| * | | | usb: chipidea: fix id change handlingAlexander Shishkin2013-06-111-1/+2
| * | | | usb: chipidea: fix no transceiver caseAlexander Shishkin2013-06-111-5/+8
| * | | | USB: pl2303: fix device initialisation at openJohan Hovold2013-06-101-5/+5
| * | | | USB: spcp8x5: fix device initialisation at openJohan Hovold2013-06-101-6/+4
| * | | | USB: f81232: fix device initialisation at openJohan Hovold2013-06-101-4/+4
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-06-133-9/+13
|\ \ \ \
| * | | | Btrfs: stop all workers before cleaning up rootsJosef Bacik2013-06-081-3/+3
| * | | | Btrfs: fix use-after-free bug during umountLiu Bo2013-06-081-2/+2
| * | | | Btrfs: init relocate extent_io_tree with a mappingJosef Bacik2013-06-081-4/+5
| * | | | btrfs: Drop inode if inode root is NULLNaohiro Aota2013-06-081-0/+3
| * | | | Btrfs: don't delete fs_roots until after we cleanup the transactionJosef Bacik2013-06-081-1/+1
* | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-06-137-470/+521
|\ \ \ \ \
| * | | | | dtc: ensure #line directives don't consume data from the next lineGrant Likely2013-06-132-117/+117
| * | | | | dtc: Update generated files to output from Bison 2.5Grant Likely2013-06-132-341/+388
| * | | | | of: Fix locking vs. interruptsBenjamin Herrenschmidt2013-06-132-8/+12
| * | | | | kbuild: make sure we clean up DTB temporary filesIan Campbell2013-06-131-4/+4
| | |/ / / | |/| | |
* | | | | Merge tag 'acpi-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2013-06-132-4/+4
|\ \ \ \ \
| * | | | | ACPI / video: Do not bind to device objects with a scan handlerRafael J. Wysocki2013-06-102-4/+4
| |/ / / /
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-06-137-185/+70
|\ \ \ \ \
| * \ \ \ \ Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2013-06-134-178/+65
| |\ \ \ \ \
| | * | | | | Modify UEFI anti-bricking codeMatthew Garrett2013-06-104-178/+65
| * | | | | | x86: Fix typo in kexec register clearingKees Cook2013-06-121-1/+1
| * | | | | | x86, relocs: Move __vvar_page from S_ABS to S_RELKees Cook2013-06-121-3/+1
| * | | | | | x86: Fix adjust_range_size_mask calling positionYinghai Lu2013-05-311-3/+3
* | | | | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2013-06-134-6/+22
|\ \ \ \ \ \ \
| * | | | | | | rcu: Fix deadlock with CPU hotplug, RCU GP init, and timer migrationPaul E. McKenney2013-06-101-2/+2
| * | | | | | | rcu: Don't call wakeup() with rcu_node structure ->lock heldSteven Rostedt2013-06-103-2/+18
| * | | | | | | trace: Allow idle-safe tracepoints to be called from irqPaul E. McKenney2013-06-101-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-06-135-48/+95
|\ \ \ \ \ \ \
| * | | | | | | s390/pci: Implement IRQ functions if !PCIBen Hutchings2013-06-102-33/+64
| * | | | | | | s390/sclp: fix new line detectionPeter Oberparleiter2013-06-051-1/+1
| * | | | | | | s390/pgtable: make pgste lock an explicit barrierChristian Borntraeger2013-06-051-2/+3
| * | | | | | | s390/pgtable: Save pgste during modify_prot_start/commitChristian Borntraeger2013-06-051-1/+10
OpenPOWER on IntegriCloud