aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/loongson (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-20keys: use keyring_alloc() to create module signing keyringDavid Howells1-9/+6
2012-12-20keys: fix unreachable codeAlan Cox1-2/+0
2012-12-20sendfile: allows bypassing of notifier eventsScott Wolchok1-0/+2
2012-12-20SGI-XP: handle non-fatal trapsRobin Holt1-2/+32
2012-12-20fat: fix incorrect function commentRavishankar N3-4/+7
2012-12-20Documentation: ABI: remove testing/sysfs-devices-nodeDavidlohr Bueso1-7/+0
2012-12-20proc: fix inconsistent lock stateXiaotian Feng1-6/+6
2012-12-20linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisorsGuenter Roeck1-2/+4
2012-12-20memcg: don't register hotcpu notifier from ->css_alloc()Tejun Heo1-1/+13
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches1-2/+5
2012-12-20revert "rtc: recycle id when unloading a rtc driver"Andrew Morton1-1/+0
2012-12-20mm: clean up transparent hugepage sysfs error messagesJeremy Eder1-3/+3
2012-12-20hfsplus: add error message for the case of failure of sync fs in delayed_sync_fs() methodVyacheslav Dubeyko1-1/+4
2012-12-20hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko3-5/+12
2012-12-20hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko1-4/+20
2012-12-20hfsplus: avoid crash on failed block map freeAlan Cox1-1/+12
2012-12-20kcmp: include linux/ptrace.hCyrill Gorcunov1-0/+1
2012-12-20drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare1-0/+1
2012-12-20mm: cma: WARN if freed memory is still in useMarek Szyprowski1-2/+9
2012-12-20exec: do not leave bprm->interp on stackKees Cook4-2/+23
2012-12-20drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan1-15/+47
2012-12-20drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan1-3/+15
2012-12-20Documentation: kernel-parameters.txt remove capability.disableJosh Boyer1-6/+0
2012-12-20mm: fix calculation of dirtyable memorySonny Rao1-5/+20
2012-12-20compaction: fix build error in CMA && !COMPACTIONMinchan Kim1-6/+20
2012-12-20vfs: make lremovexattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: make removexattr retry once on ESTALEJeff Layton1-2/+7
2012-12-20vfs: make llistxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: make listxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: make lgetxattr retry once on ESTALEJeff Layton1-2/+7
2012-12-20vfs: make getxattr retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: allow lsetxattr() to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: allow setxattr to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: allow utimensat() calls to retry once on an ESTALE errorJeff Layton1-1/+5
2012-12-20vfs: fix user_statfs to retry once on ESTALE errorsJeff Layton1-1/+8
2012-12-20vfs: make fchownat retry once on ESTALE errorsJeff Layton1-0/+5
2012-12-20vfs: make fchmodat retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: have chroot retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: have chdir retry lookup and call once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: have faccessat retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: have do_sys_truncate retry once on an ESTALE errorJeff Layton1-1/+7
2012-12-20vfs: fix renameat to retry on ESTALE errorsJeff Layton1-3/+12
2012-12-20vfs: make do_unlinkat retry once on ESTALE errorsJeff Layton1-2/+8
2012-12-20vfs: make do_rmdir retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: add a flags argument to user_path_parentJeff Layton1-6/+10
2012-12-20vfs: fix linkat to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: fix symlinkat to retry on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: fix mkdirat to retry once on an ESTALE errorJeff Layton1-1/+7
2012-12-20vfs: fix mknodat to retry on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton4-9/+20