Ingo Molnar 15dd859cac Merge commit 'v2.6.27-rc1' into x86/core 17 years ago
..
irq 15dd859cac Merge commit 'v2.6.27-rc1' into x86/core 17 years ago
power 89081d17f7 kexec jump: save/restore device state 17 years ago
time 0bc3cc03fa cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu 17 years ago
trace 9e3ee1c39c Merge branch 'linus' into cpus4096 17 years ago
.gitignore c1cb795338 Update kernel/.gitignore with new auto-generated files 17 years ago
Kconfig.hz 422037bafd sched: fix hrtick & generic-ipi dependency 17 years ago
Kconfig.preempt 21bbb39c37 rcu: move PREEMPT_RCU config option back under PREEMPT 17 years ago
Makefile cb28a1bbdb Merge branch 'linus' into core/generic-dma-coherent 17 years ago
acct.c 0c18d7a5df bsdacct: fix and add comments around acct_process() 17 years ago
audit.c d8de72473e [PATCH] remove useless argument type in audit_filter_user() 17 years ago
audit.h c782f242f0 [PATCH 1/2] audit: move extern declarations to audit.h 17 years ago
audit_tree.c 6793a051fb [PATCH] list_for_each_rcu must die: audit 17 years ago
auditfilter.c d8de72473e [PATCH] remove useless argument type in audit_filter_user() 17 years ago
auditsc.c 86a1c34a92 x86_64 syscall audit fast-path 17 years ago
backtracetest.c 4e6a0535dd backtrace: replace timer with tasklet + completions 17 years ago
bounds.c 37487a5652 Add kbuild.h that contains common definitions for kbuild users 17 years ago
capability.c ab763c7112 security: filesystem capabilities refactor kernel code 17 years ago
cgroup.c 3f8206d496 [PATCH] get rid of indirect users of namei.h 17 years ago
cgroup_debug.c 3116f0e3df CGroup API files: move "releasable" to cgroup_debug subsystem 17 years ago
compat.c 153b5d054a ntp: support for TAI 17 years ago
configs.c c33fff0afb kernel: use non-racy method for proc entries creation 17 years ago
cpu.c 9e3ee1c39c Merge branch 'linus' into cpus4096 17 years ago
cpuset.c da5ef6bb96 cpuset: two minor code-cleanups 17 years ago
delayacct.c 016ae219b9 per-task-delay-accounting: update taskstats for memory reclaim delay 17 years ago
dma-coherent.c b6d4f7e3ef dma-coherent: add documentation to new interfaces 17 years ago
dma.c c33fff0afb kernel: use non-racy method for proc entries creation 17 years ago
exec_domain.c 7f2da1e7d0 [PATCH] kill altroot 17 years ago
exit.c 5995477ab7 task IO accounting: improve code readability 17 years ago
extable.c a2da4052f1 module: Don't report discarded init pages as kernel text. 17 years ago
fork.c cddb8a5c14 mmu-notifiers: core 17 years ago
futex.c 1b7558e457 futexes: fix fault handling in futex_lock_pi 17 years ago
futex_compat.c 8481664d37 futex_compat __user annotation 17 years ago
hrtimer.c 1a781a777b Merge branch 'generic-ipi' into generic-ipi-for-linus 17 years ago
itimer.c fea9d17554 ITIMER_REAL: convert to use struct pid 17 years ago
kallsyms.c 2fc9c4e18f kallsyms: fix potential overflow in binary search 17 years ago
kexec.c 89081d17f7 kexec jump: save/restore device state 17 years ago
kfifo.c f84d5a76c5 is_power_of_2: kernel/kfifo.c 18 years ago
kgdb.c aabdc3b8c3 kgdb: sparse fix 17 years ago
kmod.c ac331d158e call_usermodehelper(): increase reliability 17 years ago
kprobes.c 8b6dd98682 kprobes: remove redundant config check 17 years ago
ksysfs.c 78a2d906b4 Kobject: convert remaining kobject_unregister() to kobject_put() 17 years ago
kthread.c 85ba2d862e tracehook: wait_task_inactive 17 years ago
latencytop.c c33fff0afb kernel: use non-racy method for proc entries creation 17 years ago
lockdep.c 40e7babbb5 Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 17 years ago
lockdep_internals.h cd1a28e845 lockdep: add lock_class information to lock_chain and output it 17 years ago
lockdep_proc.c cd1a28e845 lockdep: add lock_class information to lock_chain and output it 17 years ago
marker.c 28325df0d9 markers: use rcu_barrier_sched() and call_rcu_sched() 17 years ago
module.c 9b1a4d3837 stop_machine: Wean existing callers off stop_machine_run() 17 years ago
mutex-debug.c 493d35863d mutex-debug: check mutex magic before owner 17 years ago
mutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 years ago
mutex.c 6ad36762d7 __mutex_lock_common: use signal_pending_state() 17 years ago
mutex.h ef5d4707b9 [PATCH] lockdep: prove mutex locking correctness 19 years ago
notifier.c 6546bc4279 ipc: re-enable msgmni automatic recomputing msgmni if set to negative 17 years ago
ns_cgroup.c e885dcde75 cgroup_clone: use pid of newly created task for new cgroup 17 years ago
nsproxy.c e885dcde75 cgroup_clone: use pid of newly created task for new cgroup 17 years ago
panic.c a8f18b909c Add a WARN() macro; this is WARN_ON() + printk arguments 17 years ago
params.c 06b2a76d25 Add new string functions strict_strto* and convert kernel params to use them 17 years ago
pid.c e49859e71e pidns: remove now unused find_pid function. 17 years ago
pid_namespace.c 0b6b030fc3 bsdacct: switch from global bsd_acct_struct instance to per-pidns one 17 years ago
pm_qos_params.c db26e64dc3 pm_qos_params: BKL pushdown 17 years ago
posix-cpu-timers.c 81d50bb254 posix-timers: print RT watchdog message 17 years ago
posix-timers.c 96347e7759 posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process); 17 years ago
printk.c 717115e1a5 printk ratelimiting rewrite 17 years ago
profile.c b03f6489f9 build kernel/profile.o only when requested 17 years ago
ptrace.c 85ba2d862e tracehook: wait_task_inactive 17 years ago
rcuclassic.c 9b1a4d3837 stop_machine: Wean existing callers off stop_machine_run() 17 years ago
rcupdate.c 59190f4213 Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 17 years ago
rcupreempt.c 82638844d9 Merge branch 'linus' into cpus4096 17 years ago
rcupreempt_trace.c e19a98967f rcu: remove duplicated include in kernel/rcupreempt_trace.c 17 years ago
rcutorture.c 0729fbf3bc rcu: make rcutorture even more vicious: invoke RCU readers from irq handlers (timers) 17 years ago
relay.c 20d8b67c06 relay: add buffer-only channels; useful for early logging 17 years ago
res_counter.c 856c13aa1f cgroup files: convert res_counter_write() to be a cgroups write_string() handler 17 years ago
resource.c c33fff0afb kernel: use non-racy method for proc entries creation 17 years ago
rtmutex-debug.c 48d13e483c Don't operate with pid_t in rtmutex tester 17 years ago
rtmutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 years ago
rtmutex-tester.c 4a0b2b4dbe sysdev: Pass the attribute to the low level sysdev show/store function 17 years ago
rtmutex.c 720a2592cf hrtimer: more hrtimer_init_sleeper() fallout. 17 years ago
rtmutex.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 years ago
rtmutex_common.h 48d13e483c Don't operate with pid_t in rtmutex tester 17 years ago
rwsem.c c7af77b584 sched: mark rwsem functions as __sched for wchan/profiling 17 years ago
sched.c 85ba2d862e tracehook: wait_task_inactive 17 years ago
sched_clock.c 361833efac Merge branch 'sched/clock' into sched/devel 17 years ago
sched_cpupri.c 6e0534f278 sched: use a 2-d bitmap for searching lowest-pri CPU 17 years ago
sched_cpupri.h e539d8fcd1 sched: fix the cpuprio count really 17 years ago
sched_debug.c 32df2ee86a sched: add full schedstats to /proc/sched_debug 17 years ago
sched_fair.c 7f9dce3837 Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 17 years ago
sched_features.h f5bfb7d9ff sched: bias effective_load() error towards failing wake_affine(). 17 years ago
sched_idletask.c 2abdad0a4c sched: make rt_sched_class, idle_sched_class static 17 years ago
sched_rt.c 8ffa5b6596 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 17 years ago
sched_stats.h 46ac22bab4 sched: fix accounting in task delay accounting & migration 17 years ago
seccomp.c cf99abace7 make seccomp zerocost in schedule 18 years ago
semaphore.c 3e61e0c976 mmiotrace broken in linux-next (8-bit writes only) 17 years ago
signal.c b787f7ba67 tracehook: force signal_pending() 17 years ago
smp.c 7babe8db99 Full conversion to early_initcall() interface, remove old interface 17 years ago
softirq.c 7babe8db99 Full conversion to early_initcall() interface, remove old interface 17 years ago
softlockup.c 7babe8db99 Full conversion to early_initcall() interface, remove old interface 17 years ago
spinlock.c 0764d23cf0 ftrace: lockdep notrace annotations 17 years ago
srcu.c bb695170d8 make srcu_readers_active() static 17 years ago
stacktrace.c 8594698ebd stacktrace: fix modular build, export print_stack_trace and save_stack_trace 17 years ago
stop_machine.c eeec4fad96 stop_machine(): stop_machine_run() changed to use cpu mask 17 years ago
sys.c 3ab8352137 kexec jump 17 years ago
sys_ni.c 9b81361631 signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGNALFD 17 years ago
sysctl.c bfbcf03479 lost sysctl fix 17 years ago
sysctl_check.c 99541c23cd sysctl: check for bogus modes 17 years ago
taskstats.c b81f3ea92b taskstats: remove initialization of static per-cpu variable 17 years ago
test_kprobes.c f47cd9b553 kprobes: kretprobe user entry-handler 17 years ago
time.c b9095fd8a7 Make constants in kernel/timeconst.h fixed 64 bits 17 years ago
timeconst.pl b9095fd8a7 Make constants in kernel/timeconst.h fixed 64 bits 17 years ago
timer.c 85082fd7cb Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm 17 years ago
tsacct.c 940389b8af task IO accounting: move all IO statistics in struct task_io_accounting 17 years ago
uid16.c 54a0151041 asmlinkage_protect replaces prevent_tail_call 17 years ago
user.c 354a1f4d99 alloc_uid: cleanup 17 years ago
user_namespace.c 6a3fd92e73 eCryptfs: make key module subsystem respect namespaces 17 years ago
utsname.c 1aeb272cf0 kernel: explicitly include required header files under kernel/ 17 years ago
utsname_sysctl.c 32df81cbd5 Isolate the UTS namespace's domainname and hostname back 17 years ago
wait.c 7ad5b3a505 kernel: remove fastcall in kernel/* 17 years ago
workqueue.c 8448502cfc workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE fails 17 years ago