aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2-4/+4
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto1-6/+6
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern1-1/+6
2012-03-01tracing: Keep NMI watchdog from triggering when dumping traceSteven Rostedt1-0/+2
2012-03-01sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra3-109/+80
2012-03-01sched: Rename load-balancing fieldsPeter Zijlstra1-58/+60
2012-03-01sched: Move load-balancing arguments into helper structPeter Zijlstra1-84/+93
2012-03-01sched/rt: Do not submit new work when PI-blockedThomas Gleixner1-1/+1
2012-03-01sched/rt: Prevent idle task boostingThomas Gleixner1-2/+19
2012-03-01sched/wait: Add __wake_up_all_locked() APIThomas Gleixner1-2/+2
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2-5/+5
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2-6/+2
2012-03-01sched/rt: Add schedule_preempt_disabled()Thomas Gleixner1-0/+12
2012-03-01sched/rt: Do not throttle when PI boostingPeter Zijlstra1-2/+18
2012-03-01sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra1-5/+8
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar18-79/+226
2012-02-28includecheck: delete any duplicate instances of module.hPaul Gortmaker1-1/+0
2012-02-28static keys: Inline the static_key_enabled() functionJason Baron1-6/+0
2012-02-28Merge branch 'perf/jump-labels' into perf/coreIngo Molnar6-94/+117
2012-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar11-369/+893
2012-02-28perf/hwbp: Fix a possible memory leakNamhyung Kim1-2/+2
2012-02-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+2
2012-02-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+37
2012-02-27tracing: Do not select FRAME_POINTER on PPCGerlando Falauto1-1/+1
2012-02-27CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resumeSrivatsa S. Bhat1-2/+2
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov1-1/+4
2012-02-24irq_domain/mips: Allow irq_domain on MIPSGrant Likely1-0/+12
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar6-92/+112
2012-02-22tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt3-97/+168
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2-6/+2
2012-02-22sched: Remove rcu_read_lock/unlock() from select_idle_sibling()Nikunj A. Dadhania1-4/+0
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2-1/+2
2012-02-22jump label: Fix compiler warningJason Baron1-1/+1
2012-02-22jump label: Add a WARN() if jump label key count goes negativeJason Baron1-1/+4
2012-02-21rcu: Stop spurious warnings from synchronize_sched_expeditedHugh Dickins1-1/+1
2012-02-21cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_listFrederic Weisbecker1-0/+20
2012-02-21cgroup: Remove wrong comment on cgroup_enable_task_cg_list()Frederic Weisbecker1-3/+0
2012-02-21rcu: Hold off RCU_FAST_NO_HZ after timer postedPaul E. McKenney1-1/+1
2012-02-21rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loopPaul E. McKenney1-1/+2
2012-02-21rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney2-0/+4
2012-02-21rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()Paul E. McKenney3-12/+46
2012-02-21rcu: Remove redundant check for rcu_head misalignmentPaul E. McKenney1-1/+0
2012-02-21PTR_ERR should be called before its argument is cleared.Julia Lawall1-1/+4
2012-02-21rcu: Trace only after NULL-pointer checkPaul E. McKenney1-2/+2
2012-02-21rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney3-22/+47
2012-02-21rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney4-51/+71
2012-02-21lockdep: Add CPU-idle/offline warning to lockdep-RCU splatPaul E. McKenney1-1/+7
2012-02-21rcu: No interrupt disabling for rcu_prepare_for_idle()Paul E. McKenney1-17/+1
2012-02-21rcu: Move synchronize_sched_expedited() to rcutree.cPaul E. McKenney2-116/+117
2012-02-21rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney3-0/+35
2012-02-21rcu: Add CPU-stall capability to rcutorturePaul E. McKenney1-0/+66
2012-02-21rcutorture: Permit holding off CPU-hotplug operations during bootPaul E. McKenney1-2/+10
2012-02-21rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney3-14/+180
2012-02-21rcu: Set RCU CPU stall times via sysfsPaul E. McKenney2-11/+26
2012-02-21rcu: Remove #ifdef CONFIG_SMP from TREE_RCUPaul E. McKenney2-31/+0
2012-02-21rcu: Check for idle-loop entry while in RCU read-side critical sectionPaul E. McKenney1-0/+11
2012-02-21rcu: Clean up straggling rcu_preempt_needs_cpu() namePaul E. McKenney3-6/+6
2012-02-21rcu: Simplify unboosting checksPaul E. McKenney1-4/+6
2012-02-21rcu: Inform RCU of irq_exit() activityPaul E. McKenney1-1/+1
2012-02-21rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney1-3/+12
2012-02-21rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney1-1/+1
2012-02-21rcu: Protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney1-8/+35
2012-02-21rcu: Remove single-rcu_node optimization in rcu_start_gp()Paul E. McKenney1-18/+0
2012-02-21rcu: Don't make callbacks go through second full grace periodPaul E. McKenney1-6/+46
2012-02-21rcu: Check for callback invocation from offline CPUsPaul E. McKenney1-0/+1
2012-02-21rcu: Limit lazy-callback durationPaul E. McKenney1-1/+11
2012-02-21rcu: Make rcutorture flag online/offline failuresPaul E. McKenney1-0/+4
2012-02-21rcu: Simplify offline processingPaul E. McKenney3-99/+90
2012-02-21rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney6-22/+105
2012-02-21rcu: Add diagnostic for misaligned rcu_head structuresPaul E. McKenney1-0/+1
2012-02-21rcu: Add lockdep-RCU checks for simple self-deadlockPaul E. McKenney5-0/+27
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa4-9/+168
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa4-47/+82
2012-02-21ftrace, perf: Add support to use function tracepoint in perfJiri Olsa4-2/+106
2012-02-21ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa2-2/+20
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa4-1/+11
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa4-49/+97
2012-02-21ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa2-7/+106
2012-02-21tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt1-3/+3
2012-02-20tracing: Don't print an extra separator of flagsAndrey Vagin1-2/+4
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2012-02-20compat: Add helper functions to read/write struct timeval, timespecH. Peter Anvin1-8/+60
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells1-1/+1
2012-02-17PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas1-3/+4
2012-02-17PM / Sleep: Drop suspend_stats_update()Rafael J. Wysocki1-6/+12
2012-02-17PM / Sleep: Make enter_state() in kernel/power/suspend.c staticRafael J. Wysocki3-8/+4
2012-02-17PM / Sleep: Unify kerneldoc comments in kernel/power/suspend.cRafael J. Wysocki1-29/+27
2012-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar7-16/+31
2012-02-16irq_domain: constify irq_domain_opsGrant Likely1-16/+15
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely1-10/+55
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely1-8/+2
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely1-146/+13
2012-02-16irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely1-32/+64
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-70/+130
2012-02-16irq_domain: Remove references to old irq_host namesGrant Likely1-111/+108
2012-02-16irq_domain: remove NO_IRQ from irq domain codeGrant Likely1-19/+19
2012-02-16irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely1-0/+600
2012-02-15Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2-174/+247
2012-02-15timer: Fix bad idle check on irq entryFrederic Weisbecker1-1/+1
2012-02-15nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker1-5/+6
2012-02-15nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko1-5/+1
2012-02-15clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha1-0/+4
2012-02-15futex: Simplify return logicThomas Gleixner1-25/+13
2012-02-15futex: Cover all PI opcodes with cmpxchg enabled checkThomas Gleixner1-6/+13
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner4-11/+14
2012-02-15genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner1-2/+23
2012-02-14irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely1-7/+7
2012-02-14irq_domain: Be less verboseGrant Likely1-3/+1
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich1-2/+2
2012-02-13Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-1/+2
2012-02-14module: make module param bint handle nul valueDave Young1-1/+2
2012-02-14security: trim security.hAl Viro4-0/+4
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro1-1/+1
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer3-7/+6
2012-02-13printk/tracing: Add console output tracingJohannes Berg1-0/+5
2012-02-13PM / Sleep: Remove unnecessary label from suspend_freeze_processes()Rafael J. Wysocki1-4/+1
2012-02-13PM / Sleep: Do not check wakeup too often in try_to_freeze_tasks()Rafael J. Wysocki1-7/+9
2012-02-13PM / QoS: unconditionally build the featureJean Pihet1-1/+2
2012-02-13Merge commit 'pm-fixes-for-3.3-rc3' into pm-qosRafael J. Wysocki3-6/+31
2012-02-13ftrace: sched_switch plugin is deprecatedGeunsik Lim1-3/+3
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+9
2012-02-11watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao1-12/+12
2012-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+14
2012-02-10relay: prevent integer overflow in relay_open()Dan Carpenter1-2/+8
2012-02-09PM / Hibernate: Refactor and simplify freezer_test_doneSrivatsa S. Bhat2-9/+7
2012-02-09PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test pathSrivatsa S. Bhat2-8/+6
2012-02-09PM / Suspend: Avoid code duplication in suspend statistics updateMarcos Paulo de Souza2-10/+2
2012-02-09Merge commit 'pm-fixes-for-3.3-rc3' into pm-sleepRafael J. Wysocki3-6/+31
2012-02-10security: create task_free security callbackKees Cook1-0/+1
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian1-5/+14
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-1/+1
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo8-18/+106
2012-02-04Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+31
2012-02-04PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat2-4/+27
2012-02-03kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu1-1/+5
2012-02-03kernel/resource.c: move EXPORT_SYMBOL right after definitionCong Wang1-2/+1
2012-02-03tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt2-0/+8
2012-02-03ftrace: Change filter/notrace set functions to return exit codeJiri Olsa1-6/+9
2012-02-03Input: add infrastructure for selecting clockid for event time stampsJohn Stultz1-0/+2
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh1-0/+20
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds6-56/+124
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan5-60/+43
2012-02-01PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat1-2/+4
2012-01-31sched: Move SMP-only variable into the SMP sectionHiroshi Shimamoto1-2/+2
2012-01-31Merge branch 'perf/urgent' into perf/coreIngo Molnar1-38/+66
2012-01-30cgroup: remove extra calls to find_existing_css_setMandeep Singh Baines1-113/+27
2012-01-29PM / QoS: Simplify PM QoS expansion/mergeAlex Frid1-13/+10
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki4-20/+24
2012-01-29PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki2-0/+28
2012-01-27sched: Remove sched_switchRakib Mullick3-4/+2
2012-01-27sched: Ensure cpu_power periodic updateVincent Guittot1-8/+16
2012-01-27sched, block: Unify cache detectionPeter Zijlstra1-3/+3
2012-01-27sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min1-0/+5
2012-01-27Merge branch 'perf/fast' into perf/coreIngo Molnar2-13/+47
2012-01-27perf: Fix broken interrupt rate throttlingStephane Eranian1-38/+66
2012-01-27Merge branch 'linus' into perf/coreIngo Molnar3-7/+5
2012-01-27sched: Fix ancient race in do_exit()Yasunori Goto1-0/+16
2012-01-26time: Move common updates to a functionThomas Gleixner1-22/+17
2012-01-26time: Reorder so the hot data is togetherThomas Gleixner1-2/+2
2012-01-26time: Remove most of xtime_lock usage in timekeeping.cJohn Stultz1-29/+15
2012-01-26ntp: Add ntp_lock to replace xtime_lockingJohn Stultz1-19/+44
2012-01-26ntp: Access tick_length variable via ntp_tick_length()John Stultz2-4/+11
2012-01-26ntp: Cleanup timex.hJohn Stultz1-1/+12
2012-01-26time: Add timekeeper lockJohn Stultz1-44/+82
2012-01-26time: Cleanup global variables and move them to the topJohn Stultz1-12/+12
2012-01-26time: Move raw_time into timekeeper structureJohn Stultz1-13/+10
2012-01-26time: Move xtime into timekeeeper structureJohn Stultz1-44/+47
2012-01-26time: Move wall_to_monotonic into the timekeeper structureJohn Stultz1-32/+37
2012-01-26time: Move total_sleep_time into the timekeeper structureJohn Stultz1-9/+15
2012-01-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+1
2012-01-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava1-1/+1
2012-01-26sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplugSuresh Siddha1-5/+29
2012-01-26sched/s390: Fix compile error in sched/core.cChristian Borntraeger1-0/+1
2012-01-26sched: Fix rq->nr_uninterruptible update racePeter Zijlstra1-12/+6
2012-01-26Merge branch 'sigtrace' of git://github.com/utrace/linux into perf/coreIngo Molnar1-9/+19
2012-01-25irq: make SPARSE_IRQ an optionally hidden optionRob Herring1-3/+2
2012-01-24sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman3-625/+0
2012-01-24sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman1-9/+4
2012-01-24sysctl: Consolidate !CONFIG_SYSCTL handlingEric W. Biederman1-26/+0
2012-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+25
2012-01-23Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2012-01-23Merge branch 'kernel-doc' from Randy DunlapLinus Torvalds2-4/+4
2012-01-23kernel-doc: fix kernel-doc warnings in schedRandy Dunlap1-2/+1
2012-01-23kernel-doc: fix new warnings in auditsc.cRandy Dunlap1-2/+3
2012-01-23kprobes: initialize before using a hlistAnanth N Mavinakayanahalli1-1/+1
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa1-0/+25
2012-01-21perf: Call perf_cgroup_event_time() directlyNamhyung Kim1-1/+1
2012-01-21perf: Don't call release_callchain_buffers() if allocation failsNamhyung Kim1-2/+0
2012-01-20cgroup: replace tasklist_lock with rcu_read_lockMandeep Singh Baines1-3/+7
2012-01-20cgroup: simplify double-check locking in cgroup_attach_procMandeep Singh Baines1-50/+29
2012-01-20cgroup: move struct cgroup_pidlist out from the header fileLi Zefan1-0/+32
2012-01-19Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds1-3/+4
2012-01-19PM / Hibernate: Correct additional pages number calculationNamhyung Kim1-1/+2
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-295/+474
2012-01-17audit: no leading space in audit_log_d_path prefixKees Cook2-4/+4
2012-01-17audit: fix signedness bug in audit_log_execve_info()Xi Wang1-2/+2
2012-01-17audit: comparison on interprocess fieldsPeter Moody1-0/+39
2012-01-17audit: implement all object interfield comparisonsPeter Moody1-0/+29
2012-01-17audit: allow interfield comparison between gid and ogidEric Paris1-0/+6