index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
perf: export perf_event_refresh() to modules
Avi Kivity
2011-07-01
2
-1
/
+7
*
|
|
|
x86, perf: Add constraints for architectural PMU
Avi Kivity
2011-07-01
1
-5
/
+18
*
|
|
|
perf: Add context field to perf_event
Avi Kivity
2011-07-01
12
-20
/
+44
*
|
|
|
perf, arch: Add generic NODE cache events
Peter Zijlstra
2011-07-01
19
-2
/
+298
*
|
|
|
perf, intel: Try alternative OFFCORE encodings
Peter Zijlstra
2011-07-01
2
-8
/
+41
*
|
|
|
perf_events: Add Intel Sandy Bridge offcore_response low-level support
Stephane Eranian
2011-07-01
2
-3
/
+11
*
|
|
|
perf_events: Fix validation of events using an extra reg
Stephane Eranian
2011-07-01
2
-18
/
+57
*
|
|
|
perf_events: Update Intel extra regs shared constraints management
Stephane Eranian
2011-07-01
3
-152
/
+200
*
|
|
|
perf: Remove the perf_output_begin(.sample) argument
Peter Zijlstra
2011-07-01
4
-28
/
+23
*
|
|
|
perf: Remove the nmi parameter from the swevent and overflow interface
Peter Zijlstra
2011-07-01
46
-141
/
+119
*
|
|
|
perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4
Cyrill Gorcunov
2011-07-01
3
-1
/
+38
*
|
|
|
events: Ensure that timers are updated without requiring read() call
Eric B Munson
2011-07-01
1
-2
/
+13
*
|
|
|
events: Move lockless timer calculation into helper function
Eric B Munson
2011-07-01
1
-7
/
+15
*
|
|
|
events: Add note to update_event_times comment about holding ctx->lock
Eric B Munson
2011-07-01
1
-0
/
+1
*
|
|
|
perf: Remove 64-bit alignment padding from perf_event_context
Richard Kennedy
2011-07-01
1
-1
/
+1
*
|
|
|
perf_events: Fix perf buffer watermark setting
Vince Weaver
2011-07-01
2
-9
/
+13
*
|
|
|
irq_work, alpha: Fix up arch hooks
Peter Zijlstra
2011-07-01
1
-1
/
+1
*
|
|
|
irq_work, ppc: Fix up arch hooks
Peter Zijlstra
2011-07-01
1
-1
/
+1
*
|
|
|
Merge commit 'v3.0-rc5' into perf/core
Ingo Molnar
2011-07-01
510
-3172
/
+6509
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Linux 3.0-rc5
v3.0-rc5
Linus Torvalds
2011-06-28
1
-1
/
+1
|
*
|
|
drm/i915: more struct_mutex locking
Hugh Dickins
2011-06-28
2
-2
/
+6
|
*
|
|
drm/i915: use shmem_truncate_range
Hugh Dickins
2011-06-28
1
-5
/
+2
|
*
|
|
drm/i915: use shmem_read_mapping_page
Hugh Dickins
2011-06-28
2
-17
/
+15
|
*
|
|
drm/ttm: use shmem_read_mapping_page
Hugh Dickins
2011-06-28
1
-2
/
+3
|
*
|
|
drivers/tty/serial/8250_pci.c: fix warning
Andrew Morton
2011-06-28
1
-1
/
+1
|
*
|
|
drivers/misc/ioc4.c: fix section mismatch / race condition
Ralf Baechle
2011-06-28
1
-1
/
+1
|
*
|
|
drivers/leds/leds-lp5523.c: fix section mismatches
Ralf Baechle
2011-06-28
1
-2
/
+2
|
*
|
|
drivers/leds/leds-lp5521.c: fix section mismatches
Ralf Baechle
2011-06-28
1
-2
/
+2
|
*
|
|
memcg: fix direct softlimit reclaim to be called in limit path
KAMEZAWA Hiroyuki
2011-06-28
1
-12
/
+15
|
*
|
|
taskstats: don't allow duplicate entries in listener mode
Vasiliy Kulikov
2011-06-28
1
-3
/
+12
|
*
|
|
mm: fix assertion mapping->nrpages == 0 in end_writeback()
Jan Kara
2011-06-28
3
-0
/
+13
|
*
|
|
mm/memory-failure.c: fix spinlock vs mutex order
Peter Zijlstra
2011-06-28
2
-18
/
+8
|
*
|
|
drivers/misc/lkdtm.c: fix race when crashpoint is hit multiple times before c...
Josh Hunt
2011-06-28
1
-0
/
+8
|
*
|
|
include/linux/compat.h: declare compat_sys_sendmmsg()
Chris Metcalf
2011-06-28
1
-0
/
+2
|
*
|
|
romfs: fix romfs_get_unmapped_area() argument check
Bob Liu
2011-06-28
1
-2
/
+6
|
*
|
|
um: add asm/percpu.h
Richard Weinberger
2011-06-28
1
-0
/
+6
|
*
|
|
drivers/rtc/rtc-ds1307.c: add support for RTC device pt7c4338
Priyanka Jain
2011-06-28
1
-0
/
+1
|
*
|
|
tmpfs: add shmem_read_mapping_page_gfp
Hugh Dickins
2011-06-28
2
-7
/
+33
|
*
|
|
tmpfs: take control of its truncate_range
Hugh Dickins
2011-06-28
3
-24
/
+32
|
*
|
|
mm: move shmem prototypes to shmem_fs.h
Hugh Dickins
2011-06-28
4
-11
/
+19
|
*
|
|
mm: move vmtruncate_range to truncate.c
Hugh Dickins
2011-06-28
2
-24
/
+24
|
*
|
|
Fix some kernel-doc warnings
Vitaliy Ivanov
2011-06-28
3
-2
/
+1
|
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
2011-06-27
14
-28
/
+74
|
|
\
\
\
|
|
*
|
|
mmc: queue: bring discard_granularity/alignment into line with SCSI
Adrian Hunter
2011-06-26
1
-6
/
+1
|
|
*
|
|
mmc: queue: append partition subname to queue thread name
Adrian Hunter
2011-06-26
3
-5
/
+8
|
|
*
|
|
mmc: core: make erase timeout calculation allow for gated clock
Adrian Hunter
2011-06-26
1
-1
/
+1
|
|
*
|
|
mmc: block: switch card to User Data Area when removing the block driver
Adrian Hunter
2011-06-26
1
-0
/
+3
|
|
*
|
|
mmc: sdio: reset card during power_restore
Daniel Drake
2011-06-26
1
-0
/
+39
|
|
*
|
|
mmc: cb710: fix #ifdef HAVE_EFFICIENT_UNALIGNED_ACCESS
James Hogan
2011-06-26
1
-1
/
+1
|
|
*
|
|
mmc: sdhi: DMA slave ID 0 is invalid
Guennadi Liakhovetski
2011-06-26
1
-1
/
+1
[prev]
[next]