aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-21time: remove obsolete declarationRichard Cochran1-1/+0
2012-05-21ntp: Fix a stale comment and a few stray newlines.Richard Cochran1-4/+2
2012-05-21ntp: Correct TAI offset during leap secondRichard Cochran1-1/+1
2012-05-21vfs: be even more careful about dentry RCU name lookupsLinus Torvalds1-2/+15
2012-05-21vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds1-16/+14
2012-05-21Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds159-2455/+1461
2012-05-21Merge branch 'clkdev' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds4-10/+171
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner22-68/+42
2012-05-21Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/s...Richard Weinberger17-299/+174
2012-05-21ktest: Add MIN_CONFIG_TYPE to allow making a minum .config that has networkSteven Rostedt2-0/+24
2012-05-21um: missing checks of __put_user()/__get_user() return valuesAl Viro2-8/+8
2012-05-21um: stub_rt_sigsuspend isn't needed these days anymoreAl Viro1-1/+0
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro13-279/+150
2012-05-21Fix blocking allocations called very early during bootupLinus Torvalds1-3/+4
2012-05-21net: drop NET dependency from HAVE_BPF_JITSam Ravnborg5-7/+8
2012-05-21firewire: sbp2: document the absence of alignment requirementsClemens Ladisch1-4/+6
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds142-1320/+14357
2012-05-21Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds5-15/+24
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds14-103/+200
2012-05-21firewire: sbp2: remove superfluous blk_queue_max_segment_size() callClemens Ladisch1-2/+0
2012-05-21firewire: sbp2: use scsi_dma_(un)mapClemens Ladisch1-9/+4
2012-05-21firewire: sbp2: give correct DMA device to scsi frameworkClemens Ladisch1-1/+2
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds54-1127/+592
2012-05-21Merge tag 'v3.4' with SCSI updates, needed for subsequent firewire-sbp2 changesStefan Richter1176-7920/+11719
2012-05-21x86, relocs: Build clean fixJarkko Sakkinen1-0/+1
2012-05-21Merge commit 'v3.4' into x86/urgentH. Peter Anvin245-1234/+1816
2012-05-21irq: Remove irq_chip->release()Richard Weinberger2-11/+0
2012-05-21um: Remove CONFIG_IRQ_RELEASE_METHODRichard Weinberger2-6/+0
2012-05-21um: Remove usage of irq_chip->release()Richard Weinberger1-2/+0
2012-05-21um: Implement um_free_irq()Richard Weinberger7-10/+18
2012-05-21um: Fix __swp_type()Richard Weinberger1-2/+2
2012-05-21um: Implement a custom pte_same() functionRichard Weinberger1-0/+6
2012-05-21um: Add BUG() to do_ops()'s error pathRichard Weinberger1-0/+1
2012-05-21um: Remove unused variablesRichard Weinberger1-10/+0
2012-05-21drm/i915: be more careful when returning -ENXIO in gmbus transferDaniel Vetter1-9/+12
2012-05-21arm: don't open-code ptrace_report_syscall()Al Viro1-14/+1
2012-05-21arm: bury unused _TIF_RESTORE_SIGMASKAl Viro1-1/+0
2012-05-21arm: remove unused restart trampolineAl Viro3-17/+0
2012-05-21arm: new way of handling ERESTART_RESTARTBLOCKAl Viro3-28/+13
2012-05-21arm: if we get into work_pending while returning to kernel mode, just go awayAl Viro2-9/+3
2012-05-21arm: don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-05-21arm: if there's no handler we need to restore sigmask, syscall or no syscallAl Viro1-8/+6
2012-05-21arm: trim _TIF_WORK_MASK, get rid of useless test and branch...Al Viro2-3/+4
2012-05-21arm: missing checks of __get_user()/__put_user() return valuesAl Viro1-6/+6
2012-05-21um: bury unused _TIF_RESTORE_SIGMASKAl Viro1-1/+0
2012-05-21um: wrong sigmask saved in case of multiple sigframesAl Viro1-6/+5
2012-05-21um: add TIF_NOTIFY_RESUMEAl Viro2-1/+8
2012-05-21um: ->restart_block.fn needs to be reset on sigreturnAl Viro2-3/+3
2012-05-21xen: do not map the same GSI twice in PVHVM guests.Stefano Stabellini3-2/+10
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds137-10772/+2242