summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-08-07kernel/acct.c: fix coding style warnings and errorsIonut Alexa
2014-08-07death to mnt_pinnedAl Viro
2014-08-07take fs_pin stuff to fs/*Al Viro
2014-08-07start carving bsd_acct_struct upAl Viro
2014-08-07acct: move mnt_pin() upwards.Al Viro
2014-08-07make acct_kill() wait for file closing.Al Viro
2014-08-07acct: get rid of acct_lock for acct->countAl Viro
2014-08-07acct: get rid of acct_listAl Viro
2014-08-07acct: simplify check_free_space()Al Viro
2014-08-07acct: new lifetime rulesAl Viro
2014-08-07acct: serialize acct_on()Al Viro
2014-08-07acct() should honour the limits from the very beginningAl Viro
2014-08-07split the slow path in acct_process() offAl Viro
2014-08-07separate namespace-independent parts of filling acct_tAl Viro
2014-08-07acct: switch to __kernel_write()Al Viro
2014-08-07acct: encode_comp_t(0) is 0, fortunately...Al Viro
2014-08-07Merge commit 'ccbf62d8a284cf181ac28c8e8407dd077d90dd4b' into for-nextAl Viro
2014-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara
2014-07-30kexec: fix build error when hugetlbfs is disabledDavid Rientjes
2014-07-30Josh has movedJosh Triplett
2014-07-30kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai
2014-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-07-24sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd
2014-07-23sched: Make task->start_time nanoseconds basedThomas Gleixner
2014-07-23sched: Make task->real_start_time nanoseconds basedThomas Gleixner
2014-07-23time: Export nsecs_to_jiffies()Thomas Gleixner
2014-07-23timekeeping: Remove ktime_get_monotonic_offset()Thomas Gleixner
2014-07-23timekeeping: Provide ktime_mono_to_any()Thomas Gleixner
2014-07-23timekeeping; Use ktime based data for ktime_get_update_offsets_tick()Thomas Gleixner
2014-07-23timekeeping: Use ktime_t data for ktime_get_update_offsets_now()Thomas Gleixner
2014-07-23timekeeping: Use ktime_t based data for ktime_get_clocktai()Thomas Gleixner
2014-07-23timekeeping; Use ktime_t based data for ktime_get_boottime()Thomas Gleixner
2014-07-23timekeeping: Use ktime_t based data for ktime_get_real()Thomas Gleixner
2014-07-23timekeeping: Provide ktime_get_with_offset()Thomas Gleixner
2014-07-23timekeeping: Use ktime_t based data for ktime_get()Thomas Gleixner
2014-07-23timekeeping: Provide internal ktime_t based dataThomas Gleixner
2014-07-23timekeeping: Use timekeeping_update() instead of memcpy()Thomas Gleixner
2014-07-23timekeeping: Cache optimize struct timekeeperThomas Gleixner
2014-07-23timekeeper: Move tk_xtime to core codeThomas Gleixner
2014-07-23timekeeping: Provide timespec64 based interfacesThomas Gleixner
2014-07-23time: Consolidate the time accessor prototypesThomas Gleixner
2014-07-23timekeeping: Convert timekeeping core to use timespec64sJohn Stultz
2014-07-23time: More core infrastructure for timespec64John Stultz
2014-07-23ktime: Sanitize ktime_to_us/ms conversionThomas Gleixner
2014-07-23ktime: Kill non-scalar ktime_t implementation for 2038John Stultz
2014-07-23hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz
2014-07-23timekeeping: Simplify arch_gettimeoffset()Thomas Gleixner
2014-07-23kernel: time: Add udelay_test module to validate udelayDavid Riley
2014-07-21tracing: Fix wraparound problems in "uptime" trace clockTony Luck