summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2008-02-01[AUDIT] do not panic on exclude messages in audit_log_pid_context()Eric Paris-1/+1
2008-02-01[AUDIT] Add End of Event recordEric Paris-0/+5
2008-02-01[AUDIT] add session id to audit messagesEric Paris-9/+27
2008-02-01[AUDIT] collect uid, loginuid, and comm in OBJ_PID recordsEric Paris-5/+27
2008-02-01[AUDIT] return EINTR not ERESTART*Eric Paris-1/+18
2008-02-01[PATCH] get rid of loginuid racesAl Viro-41/+15
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro-2/+3
2008-02-01futex: Add bitset conditional wait/wakeup functionalityThomas Gleixner-8/+32
2008-02-01futex: Remove warn on in return fixup pathThomas Gleixner-3/+0
2008-02-01tick-sched: add more debug informationThomas Gleixner-0/+4
2008-02-01timekeeping: update xtime_cache when time(zone) changesThomas Gleixner-2/+5
2008-02-01hrtimer: fix hrtimer_init_sleeper() usersPeter Zijlstra-0/+4
2008-01-31[AUDIT]: Increase skb->truesize in audit_expandHerbert Xu-3/+7
2008-02-01Ensure that we export __fatal_signal_pending()Trond Myklebust-0/+1
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-77/+117
2008-01-31debug: turn ignore_loglevel into an early paramIngo Molnar-2/+2
2008-01-31sched: remove unused paramsGerald Stralko-5/+5
2008-01-31sched: let +nice tasks have smaller impactPeter Zijlstra-1/+5
2008-01-31sched: fix high wake up latencies with FAIR_USER_SCHEDSrivatsa Vaddagiri-1/+1
2008-01-31Merge branch 'linux-2.6'Paul Mackerras-1833/+6354
2008-01-30KVM: Disallow fork() and similar games when using a VMAvi Kivity-0/+1
2008-01-30x86/non-x86: percpu, node ids, apic ids x86.git fixupMike Travis-0/+8
2008-01-30genirq: stackdump after the "Trying to free already-free IRQ" messageIngo Molnar-0/+3
2008-01-30x86: add a simple backtrace test moduleArjan van de Ven-0/+49
2008-01-30x86: make early printk selectable on 64-bit as wellIngo Molnar-0/+7
2008-01-30x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli-0/+219
2008-01-30debug: add the end-of-trace marker and the module list toArjan van de Ven-4/+12
2008-01-30debug: move WARN_ON() out of lineArjan van de Ven-0/+15
2008-01-30x86: add /proc/irq/*/spurious to dump the spurious irq debugging stateAndi Kleen-2/+19
2008-01-30genirq: turn irq debugging options into module paramsAndi Kleen-0/+5
2008-01-30x86: compat_sys_ptraceRoland McGrath-0/+46
2008-01-30x86: compat_ptrace_requestRoland McGrath-0/+38
2008-01-30x86: ptrace_request peekdata/pokedataRoland McGrath-0/+7
2008-01-30spinlock: lockbreak cleanupNick Piggin-12/+7
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin-2/+2
2008-01-30ptrace: generic PTRACE_SINGLEBLOCKRoland McGrath-1/+14
2008-01-30ptrace: generic resumeRoland McGrath-0/+61
2008-01-30x86: various changes and cleanups to in_p/out_p delay detailsIngo Molnar-0/+9
2008-01-30time: track accurate idle time with tick_sched.idle_sleeptimeVenki Pallipadi-23/+54
2008-01-30NTP: correct inconsistent ntp interval/tick_length usagejohn stultz-2/+4
2008-01-30x86: make clockevents more robustIngo Molnar-0/+13
2008-01-30clocksource: add unregister function to disable unusable clocksourcesThomas Gleixner-0/+15
2008-01-30clocksource: make clocksource watchdog cycle through online CPUsAndi Kleen-4/+10
2008-01-30clocksource.c: use init_timer_deferrable for clocksource_watchdogParag Warudkar-1/+1
2008-01-30time: fold __get_realtime_clock_ts() into getnstimeofday()Geert Uytterhoeven-17/+5
2008-01-30timer: clean up tick-broadcast.cThomas Gleixner-7/+2
2008-01-30time: more timer related cleanupsPavel Machek-3/+5
2008-01-30time: timer cleanupsPavel Machek-3/+3
2008-01-30time: clean hungarian notation from timersPavel Machek-41/+39
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25Linus Torvalds-40/+166