| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | perf tools: Fix 64 bit integer format strings | Arnaldo Carvalho de Melo | 2011-01-22 | 23 | -82/+93 |
| * | | | | | | | perf test: Fix build on older glibcs | Arnaldo Carvalho de Melo | 2011-01-22 | 1 | -14/+19 |
| * | | | | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Ingo Molnar | 2011-01-22 | 2 | -4/+16 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | perf test: Use cpu_map->[cpu] when setting affinity | Han Pingtian | 2011-01-21 | 1 | -4/+9 |
| | * | | | | | | | perf symbols: Fix annotation of thumb code | Dr. David Alan Gilbert | 2011-01-21 | 1 | -0/+7 |
| * | | | | | | | | perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/ | Oleg Nesterov | 2011-01-21 | 1 | -1/+1 |
| |/ / / / / / / |
|
| * | | | | | | | perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splat | Peter Zijlstra | 2011-01-21 | 1 | -0/+3 |
| * | | | | | | | powerpc, perf: Fix frequency calculation for overflowing counters (FSL version) | Anton Blanchard | 2011-01-19 | 1 | -0/+1 |
| * | | | | | | | perf: Fix perf_event_init_task()/perf_event_free_task() interaction | Oleg Nesterov | 2011-01-19 | 1 | -5/+4 |
| * | | | | | | | perf: Fix find_get_context() vs perf_event_exit_task() race | Oleg Nesterov | 2011-01-19 | 1 | -14/+20 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-01-25 | 5 | -44/+46 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | RTC: Remove Kconfig symbol for UIE emulation | Uwe Kleine-König | 2011-01-21 | 1 | -12/+0 |
| * | | | | | | | RTC: Properly handle rtc_read_alarm error propagation and fix bug | John Stultz | 2011-01-21 | 1 | -3/+9 |
| * | | | | | | | RTC: Propagate error handling via rtc_timer_enqueue properly | John Stultz | 2011-01-21 | 2 | -23/+28 |
| * | | | | | | | acpi_pm: Clear pmtmr_ioport if acpi_pm initialization fails | Konrad Rzeszutek Wilk | 2011-01-21 | 1 | -1/+5 |
| * | | | | | | | rtc: Cleanup removed UIE emulation declaration | John Stultz | 2011-01-21 | 1 | -2/+0 |
| * | | | | | | | hrtimers: Notify hrtimer users of switches to NOHZ mode | Stephen Boyd | 2011-01-19 | 1 | -3/+4 |
| |/ / / / / / |
|
* | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-01-25 | 1 | -25/+53 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | sched: Fix poor interactivity on UP systems due to group scheduler nice tune bug | Yong Zhang | 2011-01-24 | 1 | -25/+53 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-01-25 | 7 | -44/+11 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | x86: Fix jump label with RO/NX module protection crash | matthieu castet | 2011-01-23 | 1 | -1/+1 |
| * | | | | | | x86, hotplug: Fix powersavings with offlined cores on AMD | Borislav Petkov | 2011-01-21 | 3 | -2/+5 |
| * | | | | | | x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow co... | Fenghua Yu | 2011-01-21 | 1 | -0/+1 |
| * | | | | | | x86: Use asm-generic/cacheflush.h | Akinobu Mita | 2011-01-21 | 1 | -41/+1 |
| * | | | | | | x86: Update CPU cache attributes table descriptors | Dave Jones | 2011-01-20 | 1 | -0/+3 |
* | | | | | | | Merge branch 'BUG_ON' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2011-01-24 | 4 | -9/+32 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Remove MAYBE_BUILD_BUG_ON | Rusty Russell | 2011-01-24 | 4 | -4/+6 |
| * | | | | | | | BUILD_BUG_ON: make it handle more cases | Rusty Russell | 2011-01-24 | 1 | -6/+27 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2011-01-24 | 6 | -15/+94 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | module: fix missing semicolons in MODULE macro usage | Rusty Russell | 2011-01-24 | 2 | -2/+2 |
| * | | | | | | | param: add null statement to compiled-in module params | Linus Walleij | 2011-01-24 | 1 | -2/+4 |
| * | | | | | | | module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=n | Rusty Russell | 2011-01-24 | 1 | -1/+1 |
| * | | | | | | | module: show version information for built-in modules in sysfs | Dmitry Torokhov | 2011-01-24 | 3 | -11/+88 |
| |/ / / / / / |
|
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-01-24 | 10 | -14/+40 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | selinux: return -ENOMEM when memory allocation fails | Davidlohr Bueso | 2011-01-24 | 2 | -3/+3 |
| * | | | | | | | tpm: fix panic caused by "tpm: Autodetect itpm devices" | Olof Johansson | 2011-01-24 | 1 | -3/+3 |
| * | | | | | | | TPM: Long default timeout fix | Rajiv Andrade | 2011-01-24 | 1 | -4/+6 |
| * | | | | | | | trusted keys: Fix a memory leak in trusted_update(). | Jesper Juhl | 2011-01-24 | 1 | -0/+1 |
| * | | | | | | | keys: add trusted and encrypted maintainers | Mimi Zohar | 2011-01-24 | 1 | -0/+22 |
| * | | | | | | | encrypted-keys: rename encrypted_defined files to encrypted | Mimi Zohar | 2011-01-24 | 3 | -2/+3 |
| * | | | | | | | trusted-keys: rename trusted_defined files to trusted | Mimi Zohar | 2011-01-24 | 3 | -2/+2 |
| |/ / / / / / |
|
* | | | | | | | fs: fix new dcache.c kernel-doc warnings | Randy Dunlap | 2011-01-22 | 1 | -1/+3 |
* | | | | | | | rapidio: fix new kernel-doc warnings | Randy Dunlap | 2011-01-22 | 1 | -0/+2 |
* | | | | | | | docbook: fix broken serial to tty/serial movement | Randy Dunlap | 2011-01-22 | 1 | -2/+2 |
|/ / / / / / |
|
* | | | | | | Linux 2.6.38-rc2 | Linus Torvalds | 2011-01-21 | 1 | -1/+1 |
* | | | | | | Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2011-01-21 | 133 | -2661/+2442 |
|\ \ \ \ \ \ |
|
| * | | | | | | [media] staging/lirc: fix mem leaks and ptr err usage | Jarod Wilson | 2011-01-19 | 6 | -6/+20 |
| * | | | | | | [media] hdpvr: reduce latency of i2c read/write w/recycled buffer | Jarod Wilson | 2011-01-19 | 2 | -17/+16 |
| * | | | | | | [media] hdpvr: enable IR part | Jarod Wilson | 2011-01-19 | 5 | -77/+65 |
| * | | | | | | [media] rc/mceusb: timeout should be in ns, not us | Jarod Wilson | 2011-01-19 | 1 | -2/+2 |