summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-05-03userns: Convert in_group_p and in_egroup_p to use kgid_tEric W. Biederman
2012-05-03userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman
2012-05-03userns: Convert setting and getting uid and gid system calls to use kuid and ...Eric W. Biederman
2012-05-03userns: Convert sched_set_affinity and sched_set_scheduler's permission checksEric W. Biederman
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman
2012-05-02rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman
2012-05-01PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki
2012-05-01PM / Sleep: Add "prevent autosleep time" statistics to wakeup sourcesRafael J. Wysocki
2012-05-01PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki
2012-05-01PM / Hibernate: Hibernate/thaw fixes/improvementsBojan Smojver
2012-05-01rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPUPaul E. McKenney
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe
2012-04-30dynamic_debug: make dynamic-debug work for module initializationJim Cromie
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie
2012-04-30rcu: Add rcutorture test for call_srcu()Lai Jiangshan
2012-04-30rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan
2012-04-30rcu: Use single value to handle expedited SRCU grace periodsLai Jiangshan
2012-04-30rcu: Improve srcu_readers_active_idx()'s cache localityLai Jiangshan
2012-04-30rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan
2012-04-30rcu: Improve SRCU's wait_idx() commentsLai Jiangshan
2012-04-30rcu: Flip ->completed only once per SRCU grace periodLai Jiangshan
2012-04-30rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan
2012-04-30rcu: Remove fast check path from __synchronize_srcu()Lai Jiangshan
2012-04-30rcu: Direct algorithmic SRCU implementationPaul E. McKenney
2012-04-30rcu: Introduce rcutorture testing for rcu_barrier()Paul E. McKenney
2012-04-29Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-04-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-04-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-04-27Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-04-27res_counter: Account max_usage when calling res_counter_charge_nofail()Frederic Weisbecker
2012-04-27res_counter: Merge res_counter_charge and res_counter_charge_nofailFrederic Weisbecker
2012-04-26timer: Fix mod_timer_pinned() header commentPaul E. McKenney
2012-04-26rcu: Add warning for RCU_FAST_NO_HZ timer firingPaul E. McKenney
2012-04-26perf: Use static variant of perf_event_overflow in core.cRobert Richter
2012-04-26perf: Fix perf_event_for_each() to use siblingMichael Ellerman
2012-04-26sched: Fix OOPS when build_sched_domains() percpu allocation failshe, bo
2012-04-26sched: Fix more load-balancing falloutPeter Zijlstra
2012-04-26smp: Provide generic idle thread allocationThomas Gleixner
2012-04-26smp: Add generic smpboot facilityThomas Gleixner
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner
2012-04-26userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman
2012-04-26userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman
2012-04-25hung task debugging: Inject NMI when hung and going to panicSasha Levin
2012-04-25Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar