Peter Zijlstra c09595f63b sched: revert revert of: fair-group: SMP-nice for group scheduling 17 anni fa
..
irq 1adb0850a1 genirq: reenable a nobody cared disabled irq when a new driver arrives 17 anni fa
power 96916090f4 Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release 17 anni fa
time 4f95f81a48 clocksource: allow read access to available/current_clocksource 17 anni fa
.gitignore c1cb795338 Update kernel/.gitignore with new auto-generated files 17 anni fa
Kconfig.hz 8f4d37ec07 sched: high-res preemption tick 17 anni fa
Kconfig.preempt 21bbb39c37 rcu: move PREEMPT_RCU config option back under PREEMPT 17 anni fa
Makefile 68f4f1ec08 sched: Move cpu masks from kernel/sched.c into kernel/cpu.c 17 anni fa
acct.c 5f7b703fe2 bsd_acct: using task_struct->tgid is not right in pid-namespaces 17 anni fa
audit.c fcaf1eb868 [patch 1/1] audit_send_reply(): fix error-path memory leak 17 anni fa
audit.h c782f242f0 [PATCH 1/2] audit: move extern declarations to audit.h 17 anni fa
audit_tree.c 6793a051fb [PATCH] list_for_each_rcu must die: audit 17 anni fa
auditfilter.c 9781db7b34 Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current 17 anni fa
auditsc.c 8b67dca942 [PATCH] new predicate - AUDIT_FILETYPE 17 anni fa
backtracetest.c 6dab27784b x86: add a simple backtrace test module 17 anni fa
bounds.c 37487a5652 Add kbuild.h that contains common definitions for kbuild users 17 anni fa
capability.c ca05a99a54 capabilities: remain source compatible with 32-bit raw legacy capability support. 17 anni fa
cgroup.c 5c02b57578 cgroups: remove node_ prefix_from ns subsystem 17 anni fa
cgroup_debug.c 3116f0e3df CGroup API files: move "releasable" to cgroup_debug subsystem 17 anni fa
compat.c 153b5d054a ntp: support for TAI 17 anni fa
configs.c c33fff0afb kernel: use non-racy method for proc entries creation 17 anni fa
cpu.c 68f4f1ec08 sched: Move cpu masks from kernel/sched.c into kernel/cpu.c 17 anni fa
cpuset.c 1de8644cc7 Merge branch 'linus' into sched/devel 17 anni fa
delayacct.c c66f08be7e Add scaled time to taskstats based process accounting 18 anni fa
dma.c c33fff0afb kernel: use non-racy method for proc entries creation 17 anni fa
exec_domain.c 62769dce86 whitespace fixes: execution domains 18 anni fa
exit.c da7978b034 signals: fix sigqueue_free() vs __exit_signal() race 17 anni fa
extable.c a2da4052f1 module: Don't report discarded init pages as kernel text. 17 anni fa
fork.c 02afc6267f [PATCH] dup_fd() fixes, part 1 17 anni fa
futex.c 1b7558e457 futexes: fix fault handling in futex_lock_pi 17 anni fa
futex_compat.c 8481664d37 futex_compat __user annotation 17 anni fa
hrtimer.c 4346f65426 hrtimer: remove duplicate helper function 17 anni fa
itimer.c fea9d17554 ITIMER_REAL: convert to use struct pid 17 anni fa
kallsyms.c c33fff0afb kernel: use non-racy method for proc entries creation 17 anni fa
kexec.c be089d79c4 kexec: make extended crashkernel= syntax less confusing 17 anni fa
kfifo.c f84d5a76c5 is_power_of_2: kernel/kfifo.c 18 anni fa
kgdb.c aabdc3b8c3 kgdb: sparse fix 17 anni fa
kmod.c 9f3acc3140 [PATCH] split linux/file.h 17 anni fa
kprobes.c 67dddaad5d kprobes: fix error checking of batch registration 17 anni fa
ksysfs.c 78a2d906b4 Kobject: convert remaining kobject_unregister() to kobject_put() 17 anni fa
kthread.c 9985b0bab3 sched: prevent bound kthreads from changing cpus_allowed 17 anni fa
latencytop.c c33fff0afb kernel: use non-racy method for proc entries creation 17 anni fa
lockdep.c 1481197b50 Subject: lockdep: include all lock classes in all_lock_classes 17 anni fa
lockdep_internals.h 50cc670aeb [PATCH] lockdep: more chains 18 anni fa
lockdep_proc.c c33fff0afb kernel: use non-racy method for proc entries creation 17 anni fa
marker.c ab883af53e make marker_debug static 17 anni fa
module.c 34e4e2fef4 modules: proper cleanup of kobject without CONFIG_SYSFS 17 anni fa
mutex-debug.c 7ad5b3a505 kernel: remove fastcall in kernel/* 17 anni fa
mutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 anni fa
mutex.c 7ad5b3a505 kernel: remove fastcall in kernel/* 17 anni fa
mutex.h ef5d4707b9 [PATCH] lockdep: prove mutex locking correctness 19 anni fa
notifier.c 6546bc4279 ipc: re-enable msgmni automatic recomputing msgmni if set to negative 17 anni fa
ns_cgroup.c 3ff31d0cca cgroups: kernel/ns_cgroup.c should #include <linux/nsproxy.h> 17 anni fa
nsproxy.c 02fdb36ae7 ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC) 17 anni fa
panic.c 95b570c9ce Taint kernel after WARN_ON(condition) 17 anni fa
params.c 06b2a76d25 Add new string functions strict_strto* and convert kernel params to use them 17 anni fa
pid.c 24336eaeec pids: introduce change_pid() helper 17 anni fa
pid_namespace.c caafa43243 pidns: make pid->level and pid_ns->level unsigned 17 anni fa
pm_qos_params.c d82b35186e pm qos infrastructure and interface 17 anni fa
posix-cpu-timers.c f8bd2258e2 remove div_long_long_rem 17 anni fa
posix-timers.c ac5c215383 signals: join send_sigqueue() with send_group_sigqueue() 17 anni fa
printk.c f735295b14 printk: don't read beyond string arguments' terminating zero 17 anni fa
profile.c c33fff0afb kernel: use non-racy method for proc entries creation 17 anni fa
ptrace.c bcf35afb52 make generic sys_ptrace unconditional 17 anni fa
rcuclassic.c e260be673a Preempt-RCU: implementation 17 anni fa
rcupdate.c fbf6bfca76 rcupdate: fix comment 17 anni fa
rcupreempt.c afd38009cc rcupreempt: remove export of rcu_batches_completed_bh 17 anni fa
rcupreempt_trace.c e260be673a Preempt-RCU: implementation 17 anni fa
rcutorture.c 1aeb272cf0 kernel: explicitly include required header files under kernel/ 17 anni fa
relay.c a82c53a0e3 splice: fix sendfile() issue with relay 17 anni fa
res_counter.c c84872e168 memcgroup: add the max_usage member on the res_counter 17 anni fa
resource.c c33fff0afb kernel: use non-racy method for proc entries creation 17 anni fa
rtmutex-debug.c 48d13e483c Don't operate with pid_t in rtmutex tester 17 anni fa
rtmutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 anni fa
rtmutex-tester.c af5ca3f4ec Driver core: change sysdev classes to use dynamic kobject names 17 anni fa
rtmutex.c 720a2592cf hrtimer: more hrtimer_init_sleeper() fallout. 17 anni fa
rtmutex.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 anni fa
rtmutex_common.h 48d13e483c Don't operate with pid_t in rtmutex tester 17 anni fa
rwsem.c c7af77b584 sched: mark rwsem functions as __sched for wchan/profiling 17 anni fa
sched.c c09595f63b sched: revert revert of: fair-group: SMP-nice for group scheduling 17 anni fa
sched_clock.c a381759d6a sched: fix sched_clock_cpu() 17 anni fa
sched_cpupri.c 6e0534f278 sched: use a 2-d bitmap for searching lowest-pri CPU 17 anni fa
sched_cpupri.h e539d8fcd1 sched: fix the cpuprio count really 17 anni fa
sched_debug.c c09595f63b sched: revert revert of: fair-group: SMP-nice for group scheduling 17 anni fa
sched_fair.c c09595f63b sched: revert revert of: fair-group: SMP-nice for group scheduling 17 anni fa
sched_features.h c9c294a630 sched: fix calc_delta_asym() 17 anni fa
sched_idletask.c 2abdad0a4c sched: make rt_sched_class, idle_sched_class static 17 anni fa
sched_rt.c c09595f63b sched: revert revert of: fair-group: SMP-nice for group scheduling 17 anni fa
sched_stats.h d4abc238c9 sched, delay accounting: fix incorrect delay time when constantly waiting on runqueue 17 anni fa
seccomp.c cf99abace7 make seccomp zerocost in schedule 18 anni fa
semaphore.c 00b41ec261 Revert "semaphore: fix" 17 anni fa
signal.c cbaffba12c posix timers: discard SI_TIMER signals on exec 17 anni fa
softirq.c e5e417232e Fix cpu hotplug problem in softirq code 17 anni fa
softlockup.c 9c106c119e softlockup: fix NMI hangs due to lock race - 2.6.26-rc regression 17 anni fa
spinlock.c 95c354fe9f spinlock: lockbreak cleanup 17 anni fa
srcu.c bb695170d8 make srcu_readers_active() static 17 anni fa
stacktrace.c 8637c09901 [PATCH] lockdep: stacktrace subsystem, core 19 anni fa
stop_machine.c 3401a61e16 stop_machine: make stop_machine_run more virtualization friendly 17 anni fa
sys.c 7b26655f62 sys_prctl(): fix return of uninitialized value 17 anni fa
sys_ni.c 4d672e7ac7 timerfd: new timerfd API 17 anni fa
sysctl.c eceea0b3df [PATCH] avoid multiplication overflows and signedness issues for max_fds 17 anni fa
sysctl_check.c 8b21985c91 constify tables in kernel/sysctl_check.c 17 anni fa
taskstats.c cb41d6d068 Use find_task_by_vpid in taskstats 17 anni fa
test_kprobes.c f47cd9b553 kprobes: kretprobe user entry-handler 17 anni fa
time.c b9095fd8a7 Make constants in kernel/timeconst.h fixed 64 bits 17 anni fa
timeconst.pl b9095fd8a7 Make constants in kernel/timeconst.h fixed 64 bits 17 anni fa
timer.c c6f3a97f86 debugobjects: add timer specific object debugging code 17 anni fa
tsacct.c c66f08be7e Add scaled time to taskstats based process accounting 18 anni fa
uid16.c 54a0151041 asmlinkage_protect replaces prevent_tail_call 17 anni fa
user.c 354a1f4d99 alloc_uid: cleanup 17 anni fa
user_namespace.c 6a3fd92e73 eCryptfs: make key module subsystem respect namespaces 17 anni fa
utsname.c 1aeb272cf0 kernel: explicitly include required header files under kernel/ 17 anni fa
utsname_sysctl.c 32df81cbd5 Isolate the UTS namespace's domainname and hostname back 17 anni fa
wait.c 7ad5b3a505 kernel: remove fastcall in kernel/* 17 anni fa
workqueue.c 8a3e77cc21 workqueue: remove redundant function invocation 17 anni fa