summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-1/+2
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/tick-2.6Linus Torvalds2-2/+5
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds4-138/+20
2007-02-26[TICK] tick-common: Fix one-shot handling in tick_handle_periodic().David S. Miller1-2/+3
2007-02-26[TIME] tick-sched: Add missing asm/irq_regs.h include.David S. Miller1-0/+2
2007-02-26[PATCH] genirq: Mask irqs when migrating them.Eric W. Biederman1-5/+4
2007-02-23Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent"Greg Kroah-Hartman3-137/+10
2007-02-23make kernel/kmod.c:kmod_mk staticAdrian Bunk1-1/+1
2007-02-23power management: no valid states w/o pm_opsJohannes Berg1-1/+4
2007-02-23driver core: refcounting fixMike Galbraith1-0/+6
2007-02-20[PATCH] lockdep: debug_locks check after check_chain_keyJarek Poplawski1-0/+4
2007-02-20[PATCH] kprobes: list all active probes in the systemSrinivasa Ds1-2/+111
2007-02-19[PATCH] NOHZ: Produce debug output instead of a BUG()Thomas Gleixner1-1/+3
2007-02-19[PATCH] NOHZ: Fix RCU handlingIngo Molnar1-4/+4
2007-02-19Merge branch 'audit.b37' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-63/+202
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-02-17[PATCH] AUDIT_FD_PAIRAl Viro1-0/+40
2007-02-17[PATCH] audit config lockdownSteve Grubb1-59/+157
2007-02-17[PATCH] minor update to rule add/delete messages (ver 2)Steve Grubb1-4/+5
2007-02-17kernel/printk.c: comment fixPatrick Pletscher1-1/+1
2007-02-17Revert "[PATCH] make kernel/signal.c:kill_proc_info() static"Matthew Wilcox1-1/+2
2007-02-16sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap2-17/+25
2007-02-16Driver: remove redundant kobject_unregister checksMariusz Kozlowski1-5/+2
2007-02-16Driver core: let request_module() send a /sys/modules/kmod/-ueventKay Sievers3-10/+137
2007-02-16[PATCH] small irq management simplificationJan Beulich1-4/+2
2007-02-16[PATCH] IRQ kernel-doc fixesRandy Dunlap1-1/+1
2007-02-16[PATCH] genirq: do not mask interrupts by defaultIngo Molnar1-7/+10
2007-02-16[PATCH] posix timers: RCU optimization for clock_gettime()Paul E. McKenney1-5/+10
2007-02-16[PATCH] time: x86_64: split x86_64/kernel/time.c upjohn stultz1-2/+0
2007-02-16[PATCH] generic: vsyscall-gtod support for GENERIC_TIMEjohn stultz1-0/+1
2007-02-16[PATCH] Add debugging feature /proc/timer_listIngo Molnar5-1/+322
2007-02-16[PATCH] Add debugging feature /proc/timer_statIngo Molnar5-4/+472
2007-02-16[PATCH] hrtimers: prevent possible itimer DoSThomas Gleixner2-25/+47
2007-02-16[PATCH] hrtimers: add high resolution timer supportThomas Gleixner4-50/+532
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner11-14/+959
2007-02-16[PATCH] tick-management: broadcast functionalityThomas Gleixner4-11/+382
2007-02-16[PATCH] tick-management: core functionalityThomas Gleixner2-1/+279
2007-02-16[PATCH] clockevents: add core functionalityThomas Gleixner4-11/+353
2007-02-16[PATCH] hrtimers: clean up callback trackingThomas Gleixner1-9/+1
2007-02-16[PATCH] hrtimers; add state trackingThomas Gleixner1-8/+32
2007-02-16[PATCH] hrtimers: cleanup lockingThomas Gleixner1-86/+98
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner6-20/+21
2007-02-16[PATCH] Extend next_timer_interrupt() to use a reference jiffieThomas Gleixner2-4/+12
2007-02-16[PATCH] Fix cascade lookup of next_timer_interruptThomas Gleixner1-70/+81
2007-02-16[PATCH] uninline irq_enter()Ingo Molnar1-0/+10
2007-02-16[PATCH] clocksource: Add verification (watchdog) helperThomas Gleixner2-27/+144
2007-02-16[PATCH] clocksource: Remove the update callbackThomas Gleixner1-2/+0
2007-02-16[PATCH] clocksource: replace is_continuous by a flag fieldThomas Gleixner2-2/+1
2007-02-16[PATCH] Simplify the registration of clocksourcesThomas Gleixner1-62/+58
2007-02-16[PATCH] GTOD: persistent clock supportJohn Stultz2-1/+46