aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-08-07take fs_pin stuff to fs/*Gravatar Al Viro 1-95/+32
2014-08-07start carving bsd_acct_struct upGravatar Al Viro 1-19/+23
2014-08-07acct: move mnt_pin() upwards.Gravatar Al Viro 1-2/+1
2014-08-07make acct_kill() wait for file closing.Gravatar Al Viro 1-3/+17
2014-08-07acct: get rid of acct_lock for acct->countGravatar Al Viro 1-33/+52
2014-08-07acct: get rid of acct_listGravatar Al Viro 1-80/+55
2014-08-07acct: simplify check_free_space()Gravatar Al Viro 1-39/+11
2014-08-07acct: new lifetime rulesGravatar Al Viro 1-106/+114
2014-08-07acct: serialize acct_on()Gravatar Al Viro 1-0/+4
2014-08-07acct() should honour the limits from the very beginningGravatar Al Viro 1-2/+2
2014-08-07split the slow path in acct_process() offGravatar Al Viro 1-22/+28
2014-08-07separate namespace-independent parts of filling acct_tGravatar Al Viro 1-47/+51
2014-08-07acct: switch to __kernel_write()Gravatar Al Viro 1-19/+12
2014-08-07acct: encode_comp_t(0) is 0, fortunately...Gravatar Al Viro 1-3/+0
2014-08-07Merge commit 'ccbf62d8a284cf181ac28c8e8407dd077d90dd4b' into for-nextGravatar Al Viro 23-469/+708
2014-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-5/+9
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksGravatar Jan Kara 1-4/+6
2014-07-30kexec: fix build error when hugetlbfs is disabledGravatar David Rientjes 1-0/+2
2014-07-30Josh has movedGravatar Josh Triplett 1-2/+2
2014-07-30kexec: export free_huge_page to VMCOREINFOGravatar Atsushi Kumagai 1-0/+2
2014-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-7/+39
2014-07-24sched_clock: Avoid corrupting hrtimer tree during suspendGravatar Stephen Boyd 1-1/+3
2014-07-23sched: Make task->start_time nanoseconds basedGravatar Thomas Gleixner 3-18/+13
2014-07-23sched: Make task->real_start_time nanoseconds basedGravatar Thomas Gleixner 1-2/+1
2014-07-23time: Export nsecs_to_jiffies()Gravatar Thomas Gleixner 1-0/+1
2014-07-23timekeeping: Remove ktime_get_monotonic_offset()Gravatar Thomas Gleixner 1-18/+0
2014-07-23timekeeping: Provide ktime_mono_to_any()Gravatar Thomas Gleixner 1-0/+20
2014-07-23timekeeping; Use ktime based data for ktime_get_update_offsets_tick()Gravatar Thomas Gleixner 1-6/+6
2014-07-23timekeeping: Use ktime_t data for ktime_get_update_offsets_now()Gravatar Thomas Gleixner 1-6/+4
2014-07-23timekeeping: Use ktime_t based data for ktime_get_clocktai()Gravatar Thomas Gleixner 1-15/+0
2014-07-23timekeeping; Use ktime_t based data for ktime_get_boottime()Gravatar Thomas Gleixner 1-17/+0
2014-07-23timekeeping: Use ktime_t based data for ktime_get_real()Gravatar Thomas Gleixner 1-15/+0
2014-07-23timekeeping: Provide ktime_get_with_offset()Gravatar Thomas Gleixner 1-0/+27
2014-07-23timekeeping: Use ktime_t based data for ktime_get()Gravatar Thomas Gleixner 1-4/+5
2014-07-23timekeeping: Provide internal ktime_t based dataGravatar Thomas Gleixner 1-0/+22
2014-07-23timekeeping: Use timekeeping_update() instead of memcpy()Gravatar Thomas Gleixner 1-2/+1
2014-07-23timekeeping: Cache optimize struct timekeeperGravatar Thomas Gleixner 1-88/+97
2014-07-23timekeeper: Move tk_xtime to core codeGravatar Thomas Gleixner 1-27/+43
2014-07-23timekeeping: Provide timespec64 based interfacesGravatar Thomas Gleixner 2-28/+26
2014-07-23time: Consolidate the time accessor prototypesGravatar Thomas Gleixner 5-0/+27
2014-07-23timekeeping: Convert timekeeping core to use timespec64sGravatar John Stultz 5-82/+104
2014-07-23time: More core infrastructure for timespec64Gravatar John Stultz 1-0/+62
2014-07-23ktime: Sanitize ktime_to_us/ms conversionGravatar Thomas Gleixner 1-0/+1
2014-07-23ktime: Kill non-scalar ktime_t implementation for 2038Gravatar John Stultz 3-63/+2
2014-07-23hrtimer: Cleanup hrtimer accessors to the timekepeing stateGravatar John Stultz 2-24/+31
2014-07-23timekeeping: Simplify arch_gettimeoffset()Gravatar Thomas Gleixner 1-12/+6
2014-07-23kernel: time: Add udelay_test module to validate udelayGravatar David Riley 2-0/+170
2014-07-21tracing: Fix wraparound problems in "uptime" trace clockGravatar Tony Luck 2-5/+6
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 7-45/+85
2014-07-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1