- 68e7456 sched: convert struct cpupri_vec cpumask_var_t. by Rusty Russell · 16 years ago
- 4212823 sched: convert falback_doms to cpumask_var_t. by Rusty Russell · 16 years ago
- dcc30a3 sched: convert cpu_isolated_map to cpumask_var_t. by Rusty Russell · 16 years ago
- d5dd3db sched: convert sched_domain_debug to cpumask_var_t. by Rusty Russell · 16 years ago
- 5a16f3d sched: convert struct (sys_)sched_setaffinity() to cpumask_var_t. by Rusty Russell · 16 years ago
- e76bd8d sched: avoid stack var in move_task_off_dead_cpu by Rusty Russell · 16 years ago
- f17c860 sched: convert sys_sched_getaffinity() to cpumask_var_t. by Rusty Russell · 16 years ago
- a0e9024 sched: convert rebalance_domains() to cpumask_var_t. by Rusty Russell · 16 years ago
- 4d2732c sched: convert idle_balance() to cpumask_var_t. by Rusty Russell · 16 years ago
- 7d1e6a9 sched: convert nohz struct to cpumask_var_t. by Rusty Russell · 16 years ago
- c6c4927 sched: convert struct root_domain to cpumask_var_t. by Rusty Russell · 16 years ago
- 6a7b3dc sched: convert nohz_cpu_mask to cpumask_var_t. by Rusty Russell · 16 years ago
- 6c99e9a sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmaps by Rusty Russell · 16 years ago
- 758b2cd sched: wrap sched_group and sched_domain cpumask accesses. by Rusty Russell · 16 years ago
- 1e5ce4f sched: remove any_online_cpu() by Rusty Russell · 16 years ago
- 3404c8d sched: get rid of boutique sched.c allocations, use cpumask_var_t. by Rusty Russell · 16 years ago
- abcd083 sched: convert sched.c from for_each_cpu_mask to for_each_cpu. by Rusty Russell · 16 years ago
- ea6f18e sched: reduce stack size requirements in kernel/sched.c by Mike Travis · 16 years ago
- 943f3d0 Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096 by Ingo Molnar · 16 years ago
- 6f893fb Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/power-tracer', 'tracing/powerpc', 'tracing/ring-buffer', 'tracing/stack-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- b19b3c7 Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'core/signal', 'core/urgent' and 'core/xen' into core/core by Ingo Molnar · 16 years ago
- 64b7482 Merge branch 'sched/rt' into sched/core by Ingo Molnar · 16 years ago
- 7918baa mutex: __used is needed for function referenced only from inline asm by Török Edwin · 16 years ago
- 958086d vfs, seqfile: fix comment style on mangle_path by Török Edwin · 16 years ago
- 65afa5e tracing/function-return-tracer: free the return stack on free_task() by Frederic Weisbecker · 16 years ago
- fb91ee6 tracing, doc: update mmiotrace documentation by Pekka Paalanen · 16 years ago
- 7ee1768 x86, mmiotrace: fix buffer overrun detection by Pekka Paalanen · 16 years ago
- eae849c tracing/function-return-tracer: don't trace kfree while it frees the return stack by Frederic Weisbecker · 16 years ago
- 813b852 Merge branch 'ppc/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/powerpc by Ingo Molnar · 16 years ago
- e38da59 tracing/stack-tracer: avoid races accessing file by Török Edwin · 16 years ago
- 8d26487 tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORT by Török Edwin · 16 years ago
- cffa10a tracing/stack-tracer: fix locking and refcounts by Török Edwin · 16 years ago
- 8d7c6a9 tracing/stack-tracer: fix style issues by Török Edwin · 16 years ago
- 0429149 trace: fix compiler warning in branch profiler by Steven Rostedt · 16 years ago
- 69bb54e ftrace: add ftrace_off_permanent by Steven Rostedt · 16 years ago
- 033601a ring-buffer: add tracing_off_permanent by Steven Rostedt · 16 years ago
- e58918a ftrace: scripts/recordmcount.pl support for ARM by Jim Radford · 16 years ago
- 3a3d04a ftrace: specify $alignment for sh architecture by Matt Fleming · 16 years ago
- 2bcd521 trace: profile all if conditionals by Steven Rostedt · 16 years ago
- bac28bf trace: branch profiling should not print percent without data by Steven Rostedt · 16 years ago
- 45b7974 trace: consolidate unlikely and likely profiler by Steven Rostedt · 16 years ago
- 42f565e trace: remove extra assign in branch check by Steven Rostedt · 16 years ago
- c204f72 ftrace: create default variables for archs in recordmcount.pl by Steven Rostedt · 16 years ago
- 42e007d ftrace: add support for powerpc to recordmcount.pl script by Steven Rostedt · 16 years ago
- 0da85c0 sh: dynamic ftrace support. by Matt Fleming · 16 years ago
- 1d926f2 init/main.c: use ktime accessor function in initcall_debug code by Will Newton · 16 years ago
- cbe2f5a tracing: allow tracing of suspend/resume & hibernation code again by Ingo Molnar · 16 years ago
- b54d3de tracing: identify which executable object the userspace address belongs to by Török Edwin · 16 years ago
- 74e2f33 vfs, seqfile: make mangle_path() global by Török Edwin · 16 years ago
- 02b6751 tracing: add support for userspace stacktraces in tracing/iter_ctrl by Török Edwin · 16 years ago
- 82f60f0 tracing/function-return-tracer: clean up task start/exit callbacks by Ingo Molnar · 16 years ago
- f201ae2 tracing/function-return-tracer: store return stack into task_struct and allocate it dynamically by Frederic Weisbecker · 16 years ago
- a0a70c7 Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- b0788ca lockdep: consistent alignement for lockdep info by Li Zefan · 16 years ago
- 957ad01 sched: update comment for move_task_off_dead_cpu by Vegard Nossum · 16 years ago
- fc02e90 Merge commit 'v2.6.28-rc6' into sched/core by Ingo Molnar · 16 years ago
- 522a110 function tracing: fix wrong position computing of stack_trace by Liming Wang · 16 years ago
- ed31348 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
- 13d428a Linux 2.6.28-rc6 by Linus Torvalds · 16 years ago
- 906430a9 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
- ba721d3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
- 0090d48 [IA64] xen: fix xen_get_eflags. by Isaku Yamahata · 16 years ago
- 93fe10b [IA64] ia64/pv_ops/pv_cpu_ops: fix _IA64_REG_IP case. by Isaku Yamahata · 16 years ago
- d596410 [IA64] remove duplicate include iommu.h by Huang Weiyi · 16 years ago
- ef23cdb [IA64] use mprintk instead of printk, in ia64_mca_modify_original_stack by Hidetoshi Seto · 16 years ago
- b704882 [IA64] Rationalize kernel mode alignment checking by Tony Luck · 16 years ago
- 0ca4b6b x86: Fix interrupt leak due to migration by Matthew Wilcox · 16 years ago
- 23918b0 SUNRPC: Fix a performance regression in the RPC authentication code by Trond Myklebust · 16 years ago
- 0cb39aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
- c93fc28 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
- e3b4ae7 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 4dd61d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
- 95763dd Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 0260da1 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- ed79b86d parisc: fix bug in compat_arch_ptrace by Helge Deller · 16 years ago
- ddb4cbf [CIFS] Do not attempt to close invalidated file handles by Steve French · 16 years ago
- a24e849 MIPS: csrc-r4k: Fix declaration depending on the wrong CONFIG_ symbol. by Ralf Baechle · 16 years ago
- 664c4bb MIPS: csrc-r4k: Fix spelling mistake. by Ralf Baechle · 16 years ago
- 2e37395 MIPS: RB532: Provide functions for gpio configuration by Phil Sutter · 16 years ago
- f43909d MIPS: IP22: Make indy_sc_ops variable static by Dmitri Vorobiev · 16 years ago
- 1b43284 MIPS: RB532: GPIO register offsets are relative to GPIOBASE by Florian Fainelli · 16 years ago
- 9e86786 MIPS: Malta: Fix include paths in malta-amon.c by David Daney · 16 years ago
- 7cc45e6 powerpc/ppc32: ftrace, dynamic ftrace to handle modules by Steven Rostedt · 16 years ago
- f48cb8b powerpc/ppc64: ftrace, handle module trampolines for dyn ftrace by Steven Rostedt · 16 years ago
- e4486fe powerpc: ftrace, use probe_kernel API to modify code by Steven Rostedt · 16 years ago
- 8fd6e5a powerpc: ftrace, convert to new dynamic ftrace arch API by Steven Rostedt · 16 years ago
- 6d07bb4 powerpc: ftrace, do not latency trace idle by Steven Rostedt · 16 years ago
- 5ece6c2 net: fix tiny output corruption of /proc/net/snmp6 by Alexey Dobriyan · 16 years ago
- a849854 atl2: don't request irq on resume if netif running by Alan Jenkins · 16 years ago
- eedd726 ipv6: use seq_release_private for ip6mr.c /proc entries by Benjamin Thery · 16 years ago
- 3aa4614 pkt_sched: fix missing check for packet overrun in qdisc_dump_stab() by Patrick McHardy · 16 years ago
- f7f65d1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
- eafdcb4 smc911x: Fix printf format typo in smc911x driver. by Vernon Sauder · 16 years ago
- a7f75c0 asix: Fix asix-based cards connecting to 10/100Mbs LAN. by Pantelis Koukousoulas · 16 years ago
- 11b4aa0 mv643xx_eth: fix recycle check bound by Lennert Buytenhek · 16 years ago
- bcb3336 mv643xx_eth: fix the order of mdiobus_{unregister, free}() calls by Lennert Buytenhek · 16 years ago
- fb5e2f9 sh: sh_eth: Update to change of mii_bus by Nobuhiro Iwamatsu · 16 years ago
- c828384 TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header() by Balazs Scheidler · 16 years ago
- a134f85 TPROXY: fill struct flowi->flags in udp_sendmsg() by Balazs Scheidler · 16 years ago
- 5091b58 USB: ACE1001 patch for cp2101.c by M Kondrin · 16 years ago