aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgentIngo Molnar10-679/+596
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds3-26/+94
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+0
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2009-01-05hrtimer: splitout peek ahead functionality, fixIngo Molnar1-1/+5
2009-01-05sched: clean up arch_reinit_sched_domains()Li Zefan1-6/+3
2009-01-05sched: mark sched_create_sysfs_power_savings_entries() as __initLi Zefan1-1/+1
2009-01-05Merge branch 'linus' into sched/urgentIngo Molnar45-1577/+1718
2009-01-05hrtimer: fixup commentsThomas Gleixner1-11/+9
2009-01-05hrtimer: fix recursion deadlock by re-introducing the softirqPeter Zijlstra1-33/+27
2009-01-05hrtimer: simplify hotplug migrationThomas Gleixner1-15/+10
2009-01-05hrtimer: fix HOTPLUG_CPU=n compile warningThomas Gleixner1-11/+8
2009-01-05hrtimer: splitout peek ahead functionalityThomas Gleixner1-7/+17
2009-01-05rcu: fix rcutorture bugPaul E. McKenney1-10/+8
2009-01-05rcu: eliminate synchronize_rcu_xxx macroPaul E. McKenney2-3/+19
2009-01-05rcu: make treercu safe for suspend and resumePaul E. McKenney1-8/+4
2009-01-05rcu: fix rcutree grace-period-latency bug on small systemsPaul E. McKenney1-0/+1
2009-01-04Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds5-619/+457
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells1-1/+1
2009-01-05module: convert to stop_machine_create/destroy.Heiko Carstens1-2/+21
2009-01-05stop_machine: introduce stop_machine_create/destroy.Heiko Carstens2-11/+50
2009-01-05module: fix module loading failure of large kernel modules for pariscHelge Deller1-3/+13
2009-01-05module: fix warning of unused function when !CONFIG_PROC_FSJianjun Kong1-2/+2
2009-01-05kernel/module.c: compare symbol values when marking symbols as exported in /proc/kallsyms.Tim Abbott1-8/+8
2009-01-04cgroups: fix a race between cgroup_clone and umountLi Zefan1-1/+5
2009-01-04audit: validate comparison operations, store them in sane formAl Viro2-68/+66
2009-01-04clean up audit_rule_{add,del} a bitAl Viro1-25/+17
2009-01-04make sure that filterkey of task,always rules is reportedAl Viro1-4/+11
2009-01-04audit rules ordering, part 2Al Viro2-56/+40
2009-01-04fixing audit rule ordering mess, part 1Al Viro3-43/+58
2009-01-04audit_update_lsm_rules() misses the audit_inode_hash[] onesAl Viro1-30/+47
2009-01-04sanitize audit_log_capset()Al Viro2-31/+17
2009-01-04sanitize audit_fd_pair()Al Viro1-30/+14
2009-01-04sanitize audit_mq_open()Al Viro1-42/+23
2009-01-04sanitize AUDIT_MQ_SENDRECVAl Viro1-98/+29
2009-01-04sanitize audit_mq_notify()Al Viro1-40/+16
2009-01-04sanitize audit_mq_getsetattr()Al Viro1-37/+17
2009-01-04sanitize audit_ipc_set_perm()Al Viro1-33/+26
2009-01-04sanitize audit_ipc_obj()Al Viro1-51/+37
2009-01-04sanitize audit_socketcallAl Viro1-28/+38
2009-01-04don't reallocate buffer in every audit_sockaddr()Al Viro1-24/+22
2009-01-04getrusage: RUSAGE_THREAD should return ru_utime and ru_stimeKOSAKI Motohiro1-0/+2
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds29-420/+495
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds3-60/+82
2009-01-03sched: put back some stack hog changes that were undone in kernel/sched.cMike Travis2-39/+17
2009-01-03ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar1-1/+1
2009-01-03cpumask: convert RCU implementations, fixIngo Molnar1-1/+2
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumaskMike Travis81-2040/+4636
2009-01-02futex: catch certain assymetric (get|put)_futex_key callsDarren Hart1-1/+4
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds20-520/+722