Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | AUDIT: Fix task refcount leak in audit_filter_syscall() | David Woodhouse | 2005-08-17 | 1 | -1/+2 | |
| * | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-08-17 | 2 | -22/+48 | |
| |\ \ | ||||||
| * \ \ | Merge with /shiny/git/linux-2.6/.git | David Woodhouse | 2005-08-09 | 12 | -60/+92 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-07-27 | 5 | -58/+85 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge with /shiny/git/linux-2.6/.git | David Woodhouse | 2005-07-19 | 1 | -40/+11 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | AUDIT: Reduce contention in audit_serial() | David Woodhouse | 2005-07-18 | 2 | -2/+6 | |
| * | | | | | | AUDIT: Fix livelock in audit_serial(). | David Woodhouse | 2005-07-15 | 1 | -11/+10 | |
| * | | | | | | AUDIT: Fix compile error in audit_filter_syscall | David Woodhouse | 2005-07-14 | 1 | -1/+1 | |
| * | | | | | | AUDIT: Avoid scheduling in idle thread | David Woodhouse | 2005-07-13 | 1 | -5/+8 | |
| * | | | | | | AUDIT: Exempt the whole auditd thread-group from auditing | David Woodhouse | 2005-07-13 | 1 | -2/+2 | |
| * | | | | | | [AUDIT] Fix sparse warning about gfp_mask type | Victor Fusco | 2005-07-13 | 1 | -1/+1 | |
| * | | | | | | Merge with /shiny/git/linux-2.6/.git | David Woodhouse | 2005-07-13 | 11 | -34/+103 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | AUDIT: Really don't audit auditd. | David Woodhouse | 2005-07-02 | 1 | -2/+2 | |
| * | | | | | | | AUDIT: Stop waiting for backlog after audit_panic() happens | David Woodhouse | 2005-07-02 | 1 | -5/+10 | |
| * | | | | | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-07-02 | 37 | -907/+3049 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | AUDIT: Use KERN_NOTICE for printk of audit records | David Woodhouse | 2005-06-24 | 1 | -2/+2 | |
| * | | | | | | | | AUDIT: Clean up user message filtering | David Woodhouse | 2005-06-24 | 2 | -15/+43 | |
| * | | | | | | | | AUDIT: Return correct result from audit_filter_rules() | David Woodhouse | 2005-06-24 | 1 | -1/+1 | |
| * | | | | | | | | AUDIT: No really, we don't want to audit auditd. | David Woodhouse | 2005-06-23 | 1 | -1/+1 | |
| * | | | | | | | | AUDIT: Remove stray declaration of tsk from audit_receive_msg(). | David Woodhouse | 2005-06-22 | 1 | -1/+0 | |
| * | | | | | | | | AUDIT: Wait for backlog to clear when generating messages. | David Woodhouse | 2005-06-22 | 2 | -22/+52 | |
| * | | | | | | | | AUDIT: Optimise the audit-disabled case for discarding user messages | David Woodhouse | 2005-06-22 | 2 | -23/+30 | |
| * | | | | | | | | AUDIT: Spawn kernel thread to list filter rules. | David Woodhouse | 2005-06-21 | 2 | -9/+46 | |
| * | | | | | | | | AUDIT: Report lookup flags with path/inode records. | David Woodhouse | 2005-06-20 | 1 | -7/+11 | |
| * | | | | | | | | AUDIT: Really exempt auditd from having its actions audited. | David Woodhouse | 2005-06-20 | 1 | -2/+8 | |
| * | | | | | | | | AUDIT: Drop user-generated messages immediately while auditing disabled. | David Woodhouse | 2005-06-20 | 1 | -1/+1 | |
| * | | | | | | | | AUDIT: Allow filtering of user messages | David Woodhouse | 2005-06-19 | 2 | -54/+74 | |
* | | | | | | | | | [PATCH] use add_taint() for setting tainted bit flags | Randy Dunlap | 2005-09-13 | 1 | -5/+6 | |
* | | | | | | | | | [PATCH] schedule_timeout_[un]interruptible() speedup | Andrew Morton | 2005-09-13 | 1 | -3/+6 | |
* | | | | | | | | | [PATCH] x86-64: Some cleanup and optimization to the processor data area. | Andi Kleen | 2005-09-12 | 1 | -1/+1 | |
* | | | | | | | | | [PATCH] cpuset semaphore depth check optimize | Paul Jackson | 2005-09-12 | 1 | -4/+9 | |
* | | | | | | | | | Mark ia64-specific MCA/INIT scheduler hooks as dangerous | Linus Torvalds | 2005-09-12 | 1 | -26/+44 | |
* | | | | | | | | | [PATCH] MCA/INIT: scheduler hooks | Keith Owens | 2005-09-11 | 1 | -0/+26 | |
* | | | | | | | | | [PATCH] kernel: fix-up schedule_timeout() usage | Nishanth Aravamudan | 2005-09-10 | 3 | -20/+10 | |
* | | | | | | | | | [PATCH] add schedule_timeout_{,un}interruptible() interfaces | Nishanth Aravamudan | 2005-09-10 | 1 | -0/+14 | |
* | | | | | | | | | [PATCH] kernel/acct: add kerneldoc | Randy Dunlap | 2005-09-10 | 1 | -16/+27 | |
* | | | | | | | | | [PATCH] sched: allow the load to grow upto its cpu_power | Siddha, Suresh B | 2005-09-10 | 1 | -2/+7 | |
* | | | | | | | | | [PATCH] sched: don't kick ALB in the presence of pinned task | Siddha, Suresh B | 2005-09-10 | 1 | -1/+14 | |
* | | | | | | | | | [PATCH] sched: use cached variable in sys_sched_yield() | Renaud Lienhart | 2005-09-10 | 1 | -1/+1 | |
* | | | | | | | | | [PATCH] sched: HT optimisation | Nick Piggin | 2005-09-10 | 1 | -6/+28 | |
* | | | | | | | | | [PATCH] sched: less locking | Nick Piggin | 2005-09-10 | 1 | -7/+2 | |
* | | | | | | | | | [PATCH] sched: less newidle locking | Nick Piggin | 2005-09-10 | 1 | -7/+10 | |
* | | | | | | | | | [PATCH] sched: fix SMT scheduler latency bug | Ingo Molnar | 2005-09-10 | 1 | -4/+15 | |
* | | | | | | | | | [PATCH] sched: TASK_NONINTERACTIVE | Ingo Molnar | 2005-09-10 | 1 | -1/+10 | |
* | | | | | | | | | [PATCH] sched cleanups | Ingo Molnar | 2005-09-10 | 1 | -19/+25 | |
* | | | | | | | | | [PATCH] sched: make idlest_group/cpu cpus_allowed-aware | M.Baris Demiray | 2005-09-10 | 1 | -4/+13 | |
* | | | | | | | | | [PATCH] sched: run SCHED_NORMAL tasks with real time tasks on SMT siblings | Con Kolivas | 2005-09-10 | 1 | -18/+47 | |
* | | | | | | | | | [PATCH] cpuset semaphore depth check deadlock fix | Paul Jackson | 2005-09-10 | 1 | -40/+60 | |
* | | | | | | | | | [PATCH] spinlock consolidation | Ingo Molnar | 2005-09-10 | 3 | -6/+14 | |
* | | | | | | | | | [PATCH] files: files struct with RCU | Dipankar Sarma | 2005-09-09 | 2 | -13/+25 |