summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds14-121/+180
2012-12-21Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds30-88/+261
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds80-531/+1311
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds118-357/+211
2012-12-21Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds6-7/+11
2012-12-21Merge tag 'fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds25-183/+204
2012-12-21Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds3-9/+158
2012-12-21keys: use keyring_alloc() to create module signing keyringDavid Howells1-9/+6
2012-12-21keys: fix unreachable codeAlan Cox1-2/+0
2012-12-21sendfile: allows bypassing of notifier eventsScott Wolchok1-0/+2
2012-12-21SGI-XP: handle non-fatal trapsRobin Holt1-2/+32
2012-12-21fat: fix incorrect function commentRavishankar N3-4/+7
2012-12-21Documentation: ABI: remove testing/sysfs-devices-nodeDavidlohr Bueso1-7/+0
2012-12-21proc: fix inconsistent lock stateXiaotian Feng1-6/+6
2012-12-21linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisorsGuenter Roeck1-2/+4
2012-12-21memcg: don't register hotcpu notifier from ->css_alloc()Tejun Heo1-1/+13
2012-12-21checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches1-2/+5
2012-12-21revert "rtc: recycle id when unloading a rtc driver"Andrew Morton1-1/+0
2012-12-21mm: clean up transparent hugepage sysfs error messagesJeremy Eder1-3/+3
2012-12-21hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko1-1/+4
2012-12-21hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko3-5/+12
2012-12-21hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko1-4/+20
2012-12-21hfsplus: avoid crash on failed block map freeAlan Cox1-1/+12
2012-12-21kcmp: include linux/ptrace.hCyrill Gorcunov1-0/+1
2012-12-21drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare1-0/+1
2012-12-21mm: cma: WARN if freed memory is still in useMarek Szyprowski1-2/+9
2012-12-21exec: do not leave bprm->interp on stackKees Cook4-2/+23
2012-12-21drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan1-15/+47
2012-12-21drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan1-3/+15
2012-12-21Documentation: kernel-parameters.txt remove capability.disableJosh Boyer1-6/+0
2012-12-21mm: fix calculation of dirtyable memorySonny Rao1-5/+20
2012-12-21compaction: fix build error in CMA && !COMPACTIONMinchan Kim1-6/+20
2012-12-21vfs: make lremovexattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: make removexattr retry once on ESTALEJeff Layton1-2/+7
2012-12-21vfs: make llistxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: make listxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: make lgetxattr retry once on ESTALEJeff Layton1-2/+7
2012-12-21vfs: make getxattr retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: allow lsetxattr() to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-21vfs: allow setxattr to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-21vfs: allow utimensat() calls to retry once on an ESTALE errorJeff Layton1-1/+5
2012-12-21vfs: fix user_statfs to retry once on ESTALE errorsJeff Layton1-1/+8
2012-12-21vfs: make fchownat retry once on ESTALE errorsJeff Layton1-0/+5
2012-12-21vfs: make fchmodat retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-21vfs: have chroot retry once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: have chdir retry lookup and call once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: have faccessat retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: have do_sys_truncate retry once on an ESTALE errorJeff Layton1-1/+7
2012-12-21vfs: fix renameat to retry on ESTALE errorsJeff Layton1-3/+12
2012-12-21vfs: make do_unlinkat retry once on ESTALE errorsJeff Layton1-2/+8