aboutsummaryrefslogtreecommitdiffstats
path: root/samples/kobject (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14tracepoints: Add check trace callback typeMathieu Desnoyers1-1/+6
2010-05-14tracing: Create class struct for eventsSteven Rostedt8-48/+56
2010-05-11sched, wait: Use wrapper functionsChangli Gao4-25/+18
2010-05-10sched: Remove a stale commentLi Zefan1-1/+0
2010-05-09ondemand: Make the iowait-is-busy time a sysfs tunableArjan van de Ven1-1/+46
2010-05-09ondemand: Solve a big performance issue by counting IOWAIT time as busyArjan van de Ven1-2/+28
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven3-0/+33
2010-05-09sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven2-5/+1
2010-05-09sched: Fold updating of the last_update_time_info into update_ts_time_stats()Arjan van de Ven1-11/+11
2010-05-09sched: Update the idle statistics in get_cpu_idle_time_us()Arjan van de Ven1-1/+6
2010-05-09sched: Introduce a function to update the idle statisticsArjan van de Ven1-10/+19
2010-05-09sched: Add a comment to get_cpu_idle_time_us()Arjan van de Ven1-0/+14
2010-05-08cpu_stop: add dummy implementation for UPTejun Heo3-7/+68
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra5-34/+19
2010-05-07rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney1-0/+1
2010-05-06sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney1-10/+11
2010-05-06sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo1-37/+3
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo7-253/+127
2010-05-06stop_machine: reimplement using cpu_stopTejun Heo6-173/+42
2010-05-06cpu_stop: implement stop_cpu[s]()Tejun Heo2-9/+402
2010-05-05tracing: Fix "integer as NULL pointer" warning.Thiago Farina1-1/+1
2010-05-05tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one headerSteven Rostedt3-57/+72
2010-05-04tracing: Make the documentation clear on trace_event boot optionLi Zefan1-1/+2
2010-05-04ring-buffer: Wrap open-coded WARN_ONCEBorislav Petkov1-9/+5
2010-05-04tracing: Convert nop macros to static inlinesSteven Rostedt1-12/+18
2010-04-29Linux 2.6.34-rc6Linus Torvalds1-1/+1
2010-04-29kgdb: don't needlessly skip PAGE_USER test for Fsl bookeWufei1-5/+0
2010-04-29ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is not working.viresh kumar1-1/+1
2010-04-29xfs: add a shrinker to background inode reclaimDave Chinner6-9/+120
2010-04-29exofs: Fix "add bdi backing to mount session" fall outBoaz Harrosh1-1/+1
2010-04-29fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCKJens Axboe1-0/+1
2010-04-29pktcdvd: improve BKL and compat_ioctl.c usageArnd Bergmann2-6/+14
2010-04-29exofs: Fix "add bdi backing to mount session" fall outBoaz Harrosh1-1/+1
2010-04-28nfs d_revalidate() is too trigger-happy with d_drop()Al Viro1-0/+2
2010-04-28ARM: 5957/1: ARM: RealView SD/MMC Card detection and write-protect using GPIOLIBColin Tuckley2-1/+2
2010-04-28sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings3-12/+7
2010-04-28sfc: Always close net device at the end of a disabling resetBen Hutchings1-2/+2
2010-04-28sfc: Wait at most 10ms for the MC to finish reading out MAC statisticsBen Hutchings1-2/+11
2010-04-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich4-16/+34
2010-04-28sctp: fix to calc the INIT/INIT-ACK chunk length correctly is setWei Yongjun1-7/+10
2010-04-28sctp: per_cpu variables should be in bh_disabled sectionVlad Yasevich1-2/+2
2010-04-28sctp: fix potential reference of a freed pointerVlad Yasevich1-2/+4
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun3-0/+12
2010-04-28Revert "tcp: bind() fix when many ports are bound"David S. Miller2-21/+10
2010-04-28nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4Xiaotian Feng1-0/+1
2010-04-28nfs: fix some issues in nfs41_proc_reclaim_complete()Dan Carpenter1-1/+4
2010-04-28x86/PCI: compute Address Space length rather than using _LENBjorn Helgaas1-38/+2
2010-04-28regulator: fix enabling regulator issue on max8925Haojian Zhuang1-1/+1
2010-04-28coda: move backing-dev.h kernel include inside __KERNEL__Jens Axboe1-1/+2
2010-04-28powerpc/ps3: Update ps3_defconfigGeoff Levand1-60/+129