aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-05-08fork: Remove the weak insanityThomas Gleixner1-7/+1
2012-05-08smp: Implement kick_all_cpus_sync()Thomas Gleixner1-0/+23
2012-05-07kmsg: export printk records to the /dev/kmsg interfaceKay Sievers1-0/+313
2012-05-07printk: convert byte-buffer to variable-length record bufferKay Sievers1-420/+586
2012-05-07sched: Update documentation and commentsHiroshi Shimamoto1-1/+1
2012-05-07Merge branch 'linus' into sched/coreIngo Molnar11-53/+87
2012-05-07tracing: Provide trace events interface for uprobesSrikar Dronamraju7-6/+823
2012-05-07tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju5-870/+1015
2012-05-07tracing: Modify is_delete, is_return from int to boolSrikar Dronamraju1-8/+8
2012-05-07Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar4-200/+435
2012-05-05PM / Sleep: Fix a mistake in a conditional in autosleep_store()Arve Hjønnevåg1-1/+1
2012-05-05init_task: Create generic init_task instanceThomas Gleixner1-2/+0
2012-05-04params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)Jim Cromie1-21/+12
2012-05-04params.c: fix Smack complaint about parse_argsJim Cromie1-1/+1
2012-05-04genirq: Do not consider disabled wakeup irqsThomas Gleixner1-1/+6
2012-05-04genirq: Allow check_wakeup_irqs to notice level-triggered interruptsThomas Gleixner2-3/+8
2012-05-04smp: Fix idle_thread_init() inline stubThomas Gleixner1-1/+1
2012-05-04Merge tag 'v3.4-rc5' into nextJames Morris19-87/+121
2012-05-03smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha4-56/+31
2012-05-03userns: Convert in_group_p and in_egroup_p to use kgid_tEric W. Biederman1-8/+6
2012-05-03userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgidsEric W. Biederman3-26/+20
2012-05-03userns: Convert setting and getting uid and gid system calls to use kuid and kgidEric W. Biederman4-86/+178
2012-05-03userns: Convert sched_set_affinity and sched_set_scheduler's permission checksEric W. Biederman1-5/+2
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman1-1/+1
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman4-39/+41
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2-25/+37
2012-05-02rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney3-32/+28
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney4-13/+4
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman19-87/+121
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman1-2/+2
2012-05-01PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki5-0/+274
2012-05-01PM / Sleep: Add "prevent autosleep time" statistics to wakeup sourcesRafael J. Wysocki1-1/+5
2012-05-01PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki5-19/+250
2012-05-01PM / Hibernate: Hibernate/thaw fixes/improvementsBojan Smojver1-23/+39
2012-05-01rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPUPaul E. McKenney1-5/+8
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe31-208/+315
2012-04-30dynamic_debug: make dynamic-debug work for module initializationJim Cromie1-1/+1
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie1-14/+17
2012-04-30rcu: Add rcutorture test for call_srcu()Lai Jiangshan1-4/+40
2012-04-30rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan1-60/+298
2012-04-30rcu: Use single value to handle expedited SRCU grace periodsLai Jiangshan1-13/+14
2012-04-30rcu: Improve srcu_readers_active_idx()'s cache localityLai Jiangshan1-1/+8
2012-04-30rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan1-80/+69
2012-04-30rcu: Improve SRCU's wait_idx() commentsLai Jiangshan1-40/+37
2012-04-30rcu: Flip ->completed only once per SRCU grace periodLai Jiangshan1-36/+56
2012-04-30rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan1-10/+9
2012-04-30rcu: Remove fast check path from __synchronize_srcu()Lai Jiangshan1-24/+1
2012-04-30rcu: Direct algorithmic SRCU implementationPaul E. McKenney2-96/+190
2012-04-30rcu: Introduce rcutorture testing for rcu_barrier()Paul E. McKenney1-8/+186
2012-04-29Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+22