summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'jfs-3.7-2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2012-10-231-6/+10
|\
| * jfs: Fix FITRIM argument handlingLukas Czerner2012-10-171-6/+10
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-10-239-45/+74
|\ \
| * | ext4: Avoid underflow in ext4_trim_fs()Lukas Czerner2012-10-221-2/+3
| * | ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma2012-10-226-20/+14
| * | ext4: fix undefined bit shift result in ext4_fill_flex_infoLukas Czerner2012-10-151-1/+1
| * | ext4: fix metadata checksum calculation for the superblockTheodore Ts'o2012-10-103-11/+7
| * | ext4: race-condition protection for ext4_convert_unwritten_extents_endioDmitry Monakhov2012-10-101-11/+46
| * | ext4: serialize fallocate with ext4_convert_unwritten_extentsDmitry Monakhov2012-10-051-0/+3
* | | Merge tag 'nfs-for-3.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-10-237-32/+22
|\ \ \
| * | | NFSv4: Fix the return value for nfs_callback_start_svcTrond Myklebust2012-10-161-1/+1
| * | | NFSv4.1: Declare osd_pri_2_pnfs_err(), objio_init_read/write to be staticTrond Myklebust2012-10-161-3/+3
| * | | NFSv4: fs/nfs/nfs4getroot.c needs to include "internal.h"Trond Myklebust2012-10-161-0/+1
| * | | NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc()Trond Myklebust2012-10-151-1/+1
| * | | NFSv4.1: Do not call pnfs_return_layout() from an rpciod contextTrond Myklebust2012-10-152-3/+16
| * | | NFSv4.1: Kill nfs4_ds_disconnect()Trond Myklebust2012-10-153-24/+0
* | | | Merge tag 'regmap-fix-mmio' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-231-1/+1
|\ \ \ \
| * | | | regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabledDong Aisheng2012-10-171-1/+1
| |/ / /
* | | | module_signing: fix printk format warningRandy Dunlap2012-10-221-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-10-2231-671/+731
|\ \ \ \
| * | | | m68k: Wire up kcmpGeert Uytterhoeven2012-10-193-1/+3
| * | | | m68k: Remove empty #ifdef/#else/#endif blockGeert Uytterhoeven2012-10-151-3/+0
| * | | | Merge tag 'disintegrate-m68k-20121009' of git://git.infradead.org/users/dhowe...Geert Uytterhoeven2012-10-1530-667/+728
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | UAPI: (Scripted) Disintegrate arch/m68k/include/asmDavid Howells2012-10-0930-667/+728
* | | | | Input: fix use-after-free introduced with dynamic minor changesDmitry Torokhov2012-10-223-6/+3
* | | | | char_dev: pin parent kobjectDmitry Torokhov2012-10-221-1/+17
* | | | | Linux 3.7-rc2v3.7-rc2Linus Torvalds2012-10-201-1/+1
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2012-10-209-45/+83
|\ \ \ \ \
| * | | | | arm64: fix alignment padding in assembly codeMarc Zyngier2012-10-202-1/+7
| * | | | | arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpointsWill Deacon2012-10-181-16/+21
| * | | | | arm64: ptrace: make structure padding explicit for debug registersWill Deacon2012-10-182-7/+32
| * | | | | arm64: No need to set the x0-x2 registers in start_thread()Catalin Marinas2012-10-181-10/+0
| * | | | | arm64: Ignore memory blocks below PHYS_OFFSETCatalin Marinas2012-10-181-0/+12
| * | | | | arm64: Fix the update_vsyscall() prototypeCatalin Marinas2012-10-181-10/+10
| * | | | | arm64: Select MODULES_USE_ELF_RELACatalin Marinas2012-10-181-0/+1
| * | | | | arm64: Remove duplicate inclusion of mmu_context.h in smp.cSachin Kamat2012-10-161-1/+0
| |/ / / /
* | | | | use clamp_t in UNAME26 fixKees Cook2012-10-191-1/+1
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-199-17/+56
|\ \ \ \ \
| * | | | | perf python: Properly link with libtraceeventArnaldo Carvalho de Melo2012-10-203-14/+15
| * | | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-10-209-6/+44
| |\ \ \ \ \
| | * | | | | perf hists browser: Add back callchain folding symbolArnaldo Carvalho de Melo2012-10-171-1/+1
| | * | | | | perf tools: Fix build on sparc.David Miller2012-10-171-1/+1
| | * | | | | perf python: Link with libtraceeventArnaldo Carvalho de Melo2012-10-171-0/+1
| | * | | | | perf python: Initialize 'page_size' variableArnaldo Carvalho de Melo2012-10-171-0/+2
| | * | | | | tools lib traceevent: Fix missed freeing of subargs in free_arg() in filterSteven Rostedt2012-10-161-0/+15
| | * | | | | lib tools traceevent: Add back pevent assignment in __pevent_parse_format()Steven Rostedt2012-10-161-3/+6
| | * | | | | perf hists browser: Fix off-by-two bug on the first columnNamhyung Kim2012-10-161-1/+3
| | * | | | | perf tools: Remove warnings on JIT samples for srcline sort keyNamhyung Kim2012-10-161-0/+3
| | * | | | | perf tools: Fix segfault when using srcline sort keyNamhyung Kim2012-10-161-0/+3
| | * | | | | perf: Require exclude_guest to use PEBS - kernel side enforcementPeter Zijlstra2012-10-161-0/+6