summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-02-01[AUDIT] create context if auditing was ever enabledEric Paris2-4/+15
2008-02-01[AUDIT] clean up audit_receive_msg()Eric Paris1-103/+66
2008-02-01[AUDIT] make audit=0 really stop audit messagesEric Paris2-152/+93
2008-02-01[AUDIT] break large execve argument logging into smaller messagesEric Paris3-65/+188
2008-02-01[AUDIT] include audit type in audit message when using printkEric Paris1-1/+2
2008-02-01[AUDIT] do not panic on exclude messages in audit_log_pid_context()Eric Paris1-1/+1
2008-02-01[AUDIT] Add End of Event recordEric Paris1-0/+5
2008-02-01[AUDIT] add session id to audit messagesEric Paris1-9/+27
2008-02-01[AUDIT] collect uid, loginuid, and comm in OBJ_PID recordsEric Paris1-5/+27
2008-02-01[AUDIT] return EINTR not ERESTART*Eric Paris1-1/+18
2008-02-01[PATCH] get rid of loginuid racesAl Viro1-41/+15
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro1-2/+3
2008-01-31[AUDIT]: Increase skb->truesize in audit_expandHerbert Xu1-3/+7
2008-02-01Ensure that we export __fatal_signal_pending()Trond Myklebust1-0/+1
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-77/+117
2008-01-31debug: turn ignore_loglevel into an early paramIngo Molnar1-2/+2
2008-01-31sched: remove unused paramsGerald Stralko1-5/+5
2008-01-31sched: let +nice tasks have smaller impactPeter Zijlstra1-1/+5
2008-01-31sched: fix high wake up latencies with FAIR_USER_SCHEDSrivatsa Vaddagiri1-1/+1
2008-01-31Merge branch 'linux-2.6'Paul Mackerras57-1833/+6354
2008-01-30KVM: Disallow fork() and similar games when using a VMAvi Kivity1-0/+1
2008-01-30x86/non-x86: percpu, node ids, apic ids x86.git fixupMike Travis1-0/+8
2008-01-30genirq: stackdump after the "Trying to free already-free IRQ" messageIngo Molnar1-0/+3
2008-01-30x86: add a simple backtrace test moduleArjan van de Ven2-0/+49
2008-01-30x86: make early printk selectable on 64-bit as wellIngo Molnar1-0/+7
2008-01-30x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli3-0/+219
2008-01-30debug: add the end-of-trace marker and the module list toArjan van de Ven1-4/+12
2008-01-30debug: move WARN_ON() out of lineArjan van de Ven1-0/+15
2008-01-30x86: add /proc/irq/*/spurious to dump the spurious irq debugging stateAndi Kleen1-2/+19
2008-01-30genirq: turn irq debugging options into module paramsAndi Kleen1-0/+5
2008-01-30x86: compat_sys_ptraceRoland McGrath1-0/+46
2008-01-30x86: compat_ptrace_requestRoland McGrath1-0/+38
2008-01-30x86: ptrace_request peekdata/pokedataRoland McGrath1-0/+7
2008-01-30spinlock: lockbreak cleanupNick Piggin2-12/+7
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-2/+2
2008-01-30ptrace: generic PTRACE_SINGLEBLOCKRoland McGrath1-1/+14
2008-01-30ptrace: generic resumeRoland McGrath1-0/+61
2008-01-30x86: various changes and cleanups to in_p/out_p delay detailsIngo Molnar1-0/+9
2008-01-30time: track accurate idle time with tick_sched.idle_sleeptimeVenki Pallipadi2-23/+54
2008-01-30NTP: correct inconsistent ntp interval/tick_length usagejohn stultz1-2/+4
2008-01-30x86: make clockevents more robustIngo Molnar1-0/+13
2008-01-30clocksource: add unregister function to disable unusable clocksourcesThomas Gleixner1-0/+15
2008-01-30clocksource: make clocksource watchdog cycle through online CPUsAndi Kleen1-4/+10
2008-01-30clocksource.c: use init_timer_deferrable for clocksource_watchdogParag Warudkar1-1/+1
2008-01-30time: fold __get_realtime_clock_ts() into getnstimeofday()Geert Uytterhoeven1-17/+5
2008-01-30timer: clean up tick-broadcast.cThomas Gleixner2-7/+2
2008-01-30time: more timer related cleanupsPavel Machek3-3/+5
2008-01-30time: timer cleanupsPavel Machek2-3/+3
2008-01-30time: clean hungarian notation from timersPavel Machek1-41/+39
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25Linus Torvalds2-40/+166