Age | Commit message (Expand) | Author | Files | Lines |
2014-01-21 | introduce for_each_thread() to replace the buggy while_each_thread() | Oleg Nesterov | 2 | -0/+8 |
2014-01-21 | mm: add overcommit_kbytes sysctl variable | Jerome Marchand | 1 | -3/+8 |
2014-01-21 | fsnotify: remove pointless NULL initializers | Jan Kara | 2 | -5/+0 |
2014-01-21 | fsnotify: remove .should_send_event callback | Jan Kara | 2 | -20/+1 |
2014-01-21 | fsnotify: do not share events between notification groups | Jan Kara | 2 | -10/+12 |
2014-01-21 | module: Add missing newline in printk call. | Tetsuo Handa | 1 | -4/+2 |
2014-01-20 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 8 | -254/+190 |
2014-01-20 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 24 | -323/+3087 |
2014-01-20 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -37/+96 |
2014-01-20 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -74/+251 |
2014-01-20 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 6 | -50/+242 |
2014-01-20 | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2014-01-19 | tracing: Fix buggered tee(2) on tracing_pipe | Al Viro | 1 | -7/+1 |
2014-01-18 | cgroup: trivial style updates | SeongJae Park | 1 | -2/+3 |
2014-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+1 |
2014-01-17 | audit: fix location of __net_initdata for audit_net_ops | Richard Guy Briggs | 1 | -1/+1 |
2014-01-17 | audit: remove pr_info for every network namespace | Eric Paris | 1 | -2/+0 |
2014-01-16 | sched: Fix __sched_setscheduler() nice test | Peter Zijlstra | 1 | -1/+2 |
2014-01-16 | futexes: Fix futex_hashsize initialization | Heiko Carstens | 1 | -2/+4 |
2014-01-16 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 15 | -116/+162 |
2014-01-16 | sched: Move SCHED_RESET_ON_FORK into attr::sched_flags | Peter Zijlstra | 1 | -14/+28 |
2014-01-16 | sched: Fix up attr::sched_priority warning | Peter Zijlstra | 1 | -2/+1 |
2014-01-16 | sched: Fix up scheduler syscall LTP fails | Peter Zijlstra | 1 | -3/+11 |
2014-01-16 | sched: Preserve the nice level over sched_setscheduler() and sched_setparam()... | Peter Zijlstra | 1 | -2/+4 |
2014-01-16 | sched/core: Fix htmldocs warnings | Juri Lelli | 1 | -2/+2 |
2014-01-16 | sched/deadline: No need to check p if dl_se is valid | Juri Lelli | 1 | -2/+1 |
2014-01-16 | sched/deadline: Remove unused variables | Peter Zijlstra | 1 | -11/+0 |
2014-01-16 | sched/deadline: Fix sparse static warnings | Fengguang Wu | 1 | -3/+3 |
2014-01-16 | Merge branches 'sched-urgent-for-linus' and 'timers-urgent-for-linus' of git:... | Linus Torvalds | 1 | -1/+1 |
2014-01-16 | sched/nohz: Fix overflow error in scheduler_tick_max_deferment() | Kevin Hilman | 1 | -1/+1 |
2014-01-15 | nohz_full: fix code style issue of tick_nohz_full_stop_tick | Alex Shi | 1 | -8/+8 |
2014-01-15 | nohz: Get timekeeping max deferment outside jiffies_lock | Frederic Weisbecker | 1 | -1/+2 |
2014-01-15 | tick: Rename tick_check_idle() to tick_irq_enter() | Frederic Weisbecker | 2 | -5/+5 |
2014-01-14 | audit: Convert int limit uses to u32 | Joe Perches | 2 | -25/+26 |
2014-01-14 | audit: Use more current logging style | Joe Perches | 1 | -20/+18 |
2014-01-14 | audit: Use hex_byte_pack_upper | Joe Perches | 1 | -5/+2 |
2014-01-14 | tracing: Have trace buffer point back to trace_array | Steven Rostedt (Red Hat) | 1 | -0/+2 |
2014-01-13 | audit: reorder AUDIT_TTY_SET arguments | Eric Paris | 1 | -7/+4 |
2014-01-13 | audit: rework AUDIT_TTY_SET to only grab spin_lock once | Eric Paris | 1 | -15/+13 |
2014-01-13 | audit: remove needless switch in AUDIT_SET | Eric Paris | 1 | -16/+9 |
2014-01-13 | audit: use define's for audit version | Eric Paris | 1 | -1/+1 |
2014-01-13 | audit: wait_for_auditd rework for readability | Eric Paris | 1 | -9/+7 |
2014-01-13 | audit: log task info on feature change | Richard Guy Briggs | 1 | -0/+1 |
2014-01-13 | audit: fix incorrect set of audit_sock | Gao feng | 1 | -1/+1 |
2014-01-13 | audit: print error message when fail to create audit socket | Gao feng | 1 | -5/+4 |
2014-01-13 | audit: fix dangling keywords in audit_log_set_loginuid() output | Richard Guy Briggs | 1 | -6/+9 |
2014-01-13 | audit: log on errors from filter user rules | Richard Guy Briggs | 2 | -5/+8 |
2014-01-13 | audit: audit_log_start running on auditd should not stop | Toshiyuki Okajima | 1 | -6/+8 |
2014-01-13 | audit: drop audit_cmd_lock in AUDIT_USER family of cases | Richard Guy Briggs | 1 | -0/+2 |
2014-01-13 | audit: convert all sessionid declaration to unsigned int | Eric Paris | 3 | -3/+3 |