content='cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-06x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0Andy Lutomirski2-2/+2
2015-03-06x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0()Andy Lutomirski2-4/+3
2015-03-06x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpuAndy Lutomirski4-0/+8
2015-03-05x86/traps: Separate set_intr_gate() and clean up early_trap_init()Wang Nan2-9/+18
2015-03-04x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski1-5/+8
2015-03-04x86/asm/entry/64: Simplify optimistic SYSRETDenys Vlasenko2-3/+6
2015-03-04x86/asm/entry/64/compat: Use more readable constantDenys Vlasenko1-1/+1
2015-03-04x86/asm/entry/64: Use more readable constantsDenys Vlasenko2-12/+18
2015-03-04x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callersDenys Vlasenko1-14/+18
2015-03-04x86/asm/entry/64: Clean up and document various entry code detailsDenys Vlasenko1-32/+36
2015-03-04x86/asm/entry/64: Move 'save_paranoid' and 'ret_from_fork' closer to their usersDenys Vlasenko1-53/+53
2015-03-04x86/asm/entry: Add comments about various syscall instructionsDenys Vlasenko2-63/+102
2015-03-04x86/asm/entry/64: Remove 'int_check_syscall_exit_work'Andy Lutomirski1-1/+0
2015-03-04x86/asm/entry: Do mass removal of 'ARGOFFSET'Denys Vlasenko3-116/+114
2015-03-04x86/asm/entry/64: Shrink code in 'paranoid_exit'Denys Vlasenko1-6/+4
2015-03-04x86/asm/entry/64: Fix commentsDenys Vlasenko4-16/+43
2015-03-04x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s...Denys Vlasenko5-260/+210
2015-03-04x86/asm/entry/64: Fix incorrect symbolic constant usage: R11->ARGOFFSETDenys Vlasenko1-3/+3
2015-03-04x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTOREDenys Vlasenko9-196/+141
2015-03-04x86/asm/64: Open-code register save/restore in trace_hardirqs*() thunksDenys Vlasenko1-4/+42
2015-03-04x86/compat: Remove sys32_vm86_warningBrian Gerst2-16/+2
2015-03-04x86/compat: Merge native and compat 32-bit syscall tablesBrian Gerst4-30/+13
2015-03-04x86/compat: Remove compat_ni_syscall()Brian Gerst3-10/+3
2015-03-03Linux 4.0-rc2v4.0-rc2Linus Torvalds1-1/+1
2015-03-03drm/i915: Fix modeset state confusion in the load detect codeDaniel Vetter1-0/+1
2015-03-03perf/bench: Add -r all so that you can run all mem* routinesBorislav Petkov1-1/+9
2015-03-03perf/bench: Carve out mem routine benchmarkingBorislav Petkov1-62/+58
2015-03-03perf/bench: Fix mem* routines usage after alternatives changeBorislav Petkov5-10/+7
2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior1-0/+1
2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov6-0/+10
2015-02-28mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner1-1/+8
2015-02-28kernel/sys.c: fix UNAME26 for 4.0Jon DeVree1-1/+2
2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner2-8/+8
2015-02-28zram: use proper type to update max_used_pagesJoonsoo Kim1-1/+1
2015-02-28drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show...Joshua Kinard1-2/+2
2015-02-28nilfs2: fix potential memory overrun on inodeRyusuke Konishi1-3/+44