summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook2014-07-181-1/+134
| * | | | | | | | | seccomp: allow mode setting across threadsKees Cook2014-07-181-11/+25
| * | | | | | | | | seccomp: introduce writer lockingKees Cook2014-07-182-2/+63
| * | | | | | | | | seccomp: split filter prep from check and applyKees Cook2014-07-181-30/+67
| * | | | | | | | | sched: move no_new_privs into new atomic flagsKees Cook2014-07-182-3/+3
| * | | | | | | | | seccomp: add "seccomp" syscallKees Cook2014-07-182-5/+53
| * | | | | | | | | seccomp: split mode setting routinesKees Cook2014-07-181-23/+48
| * | | | | | | | | seccomp: extract check/assign mode helpersKees Cook2014-07-181-4/+18
| * | | | | | | | | seccomp: create internal mode-setting functionKees Cook2014-07-181-2/+14
| |/ / / / / / / /
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-0525-748/+1024
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | timekeeping: Use cached ntp_tick_length when accumulating errorJohn Stultz2014-07-231-1/+4
| * | | | | | | | | timekeeping: Rework frequency adjustments to work better w/ nohzJohn Stultz2014-07-231-110/+83
| * | | | | | | | | timekeeping: Minor fixup for timespec64->timespec assignmentJohn Stultz2014-07-231-1/+1
| * | | | | | | | | ftrace: Provide trace clocks monotonicThomas Gleixner2014-07-231-5/+6
| * | | | | | | | | timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICThomas Gleixner2014-07-231-0/+124
| * | | | | | | | | timekeeping: Use tk_read_base as argument for timekeeping_get_ns()Thomas Gleixner2014-07-231-11/+11
| * | | | | | | | | timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner2014-07-231-66/+66
| * | | | | | | | | timekeeping: Restructure the timekeeper some moreThomas Gleixner2014-07-231-20/+15
| * | | | | | | | | clocksource: Get rid of cycle_lastThomas Gleixner2014-07-231-12/+11
| * | | | | | | | | clocksource: Move cycle_last validation to core codeThomas Gleixner2014-07-232-0/+14
| * | | | | | | | | clocksource: Make delta calculation a functionThomas Gleixner2014-07-233-17/+27
| * | | | | | | | | timekeeping: Provide ktime_get_raw()Thomas Gleixner2014-07-231-0/+25
| * | | | | | | | | timekeeping: Simplify timekeeping_clocktai()Thomas Gleixner2014-07-231-31/+0
| * | | | | | | | | timekeeping: Remove timekeeper.total_sleep_timeThomas Gleixner2014-07-231-11/+3
| * | | | | | | | | timekeeping: Simplify getboottime()Thomas Gleixner2014-07-231-8/+3
| * | | | | | | | | timekeeping: Use ktime_get_boottime() for get_monotonic_boottime()Thomas Gleixner2014-07-231-34/+0
| * | | | | | | | | timekeeping: Remove monotonic_to_bootbasedThomas Gleixner2014-07-231-15/+0
| * | | | | | | | | delayacct: Remove braindamaged type conversionsThomas Gleixner2014-07-231-11/+7
| * | | | | | | | | delayacct: Make accounting nanosecond basedThomas Gleixner2014-07-231-22/+12
| * | | | | | | | | sched: Make task->start_time nanoseconds basedThomas Gleixner2014-07-233-18/+13
| * | | | | | | | | sched: Make task->real_start_time nanoseconds basedThomas Gleixner2014-07-231-2/+1
| * | | | | | | | | time: Export nsecs_to_jiffies()Thomas Gleixner2014-07-231-0/+1
| * | | | | | | | | timekeeping: Remove ktime_get_monotonic_offset()Thomas Gleixner2014-07-231-18/+0
| * | | | | | | | | timekeeping: Provide ktime_mono_to_any()Thomas Gleixner2014-07-231-0/+20
| * | | | | | | | | timekeeping; Use ktime based data for ktime_get_update_offsets_tick()Thomas Gleixner2014-07-231-6/+6
| * | | | | | | | | timekeeping: Use ktime_t data for ktime_get_update_offsets_now()Thomas Gleixner2014-07-231-6/+4
| * | | | | | | | | timekeeping: Use ktime_t based data for ktime_get_clocktai()Thomas Gleixner2014-07-231-15/+0
| * | | | | | | | | timekeeping; Use ktime_t based data for ktime_get_boottime()Thomas Gleixner2014-07-231-17/+0
| * | | | | | | | | timekeeping: Use ktime_t based data for ktime_get_real()Thomas Gleixner2014-07-231-15/+0
| * | | | | | | | | timekeeping: Provide ktime_get_with_offset()Thomas Gleixner2014-07-231-0/+27
| * | | | | | | | | timekeeping: Use ktime_t based data for ktime_get()Thomas Gleixner2014-07-231-4/+5
| * | | | | | | | | timekeeping: Provide internal ktime_t based dataThomas Gleixner2014-07-231-0/+22
| * | | | | | | | | timekeeping: Use timekeeping_update() instead of memcpy()Thomas Gleixner2014-07-231-2/+1
| * | | | | | | | | timekeeping: Cache optimize struct timekeeperThomas Gleixner2014-07-231-88/+97
| * | | | | | | | | timekeeper: Move tk_xtime to core codeThomas Gleixner2014-07-231-27/+43
| * | | | | | | | | timekeeping: Provide timespec64 based interfacesThomas Gleixner2014-07-232-28/+26
| * | | | | | | | | time: Consolidate the time accessor prototypesThomas Gleixner2014-07-235-0/+27
| * | | | | | | | | timekeeping: Convert timekeeping core to use timespec64sJohn Stultz2014-07-235-82/+104
| * | | | | | | | | time: More core infrastructure for timespec64John Stultz2014-07-231-0/+62
| * | | | | | | | | ktime: Sanitize ktime_to_us/ms conversionThomas Gleixner2014-07-231-0/+1
OpenPOWER on IntegriCloud