index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-10
USB: ulpi: fix compilation warning
Ajay Kumar Gupta
1
-0
/
+1
2010-08-10
USB: fix race between root-hub wakeup & controller suspend
Alan Stern
1
-0
/
+2
2010-08-10
USB: add do_wakeup parameter for PCI HCD suspend
Alan Stern
1
-1
/
+1
2010-08-10
USB: convert usb_hcd bitfields into atomic flags
Alan Stern
1
-5
/
+17
2010-08-10
USB: gadget: composite: added disconnect callback
Michal Nazarewicz
1
-0
/
+2
2010-08-10
USB: gadget: composite: usb_string_ids_*() functions added
Michal Nazarewicz
1
-0
/
+4
2010-08-10
USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()
Michal Nazarewicz
1
-3
/
+3
2010-08-10
USB-BKL: Convert usb_driver ioctl to unlocked_ioctl
Andi Kleen
1
-1
/
+1
2010-08-10
USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support
Alek Du
1
-0
/
+4
2010-08-10
USB: EHCI: EHCI 1.1 addendum: preparation
Alek Du
1
-0
/
+23
2010-08-10
USB: otg.h: Fix the mixup in parameters order.
Igor Grinberg
1
-2
/
+2
2010-08-10
USB: don't stop root-hub status polls too soon
Alan Stern
1
-0
/
+1
2010-08-10
Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux
Linus Torvalds
5
-5
/
+23
2010-08-10
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
21
-47
/
+248
2010-08-10
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
11
-339
/
+360
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
10
-88
/
+62
2010-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
3
-2
/
+7
2010-08-09
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
3
-0
/
+194
2010-08-09
flex_array: add helpers to get and put to make pointers easy to use
Eric Paris
1
-0
/
+5
2010-08-09
iommu: inline iommu_num_pages
Anton Blanchard
1
-2
/
+10
2010-08-09
kernel.h: remove unused NIPQUAD and NIPQUAD_FMT
Joe Perches
1
-11
/
+0
2010-08-09
include/linux/compiler-gcc.h: use __same_type() in __must_be_array()
Rusty Russell
1
-2
/
+1
2010-08-09
asm-generic/io.h: add big endian versions of io{read,write}{16,32}
Mike Frysinger
1
-0
/
+4
2010-08-09
cpuidle: extend cpuidle and menu governor to handle dynamic states
Ai Li
1
-0
/
+4
2010-08-09
hibernation: freeze swap at hibernation
KAMEZAWA Hiroyuki
1
-1
/
+7
2010-08-09
memcg: add mm_vmscan_memcg_isolate tracepoint
KOSAKI Motohiro
1
-0
/
+15
2010-08-09
vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENT
KOSAKI Motohiro
1
-1
/
+16
2010-08-09
memcg, vmscan: add memcg reclaim tracepoint
KOSAKI Motohiro
1
-0
/
+28
2010-08-09
vmscan: convert direct reclaim tracepoint to DEFINE_TRACE
KOSAKI Motohiro
1
-2
/
+17
2010-08-09
rmap: add exclusive page to private anon_vma on swapin
Rik van Riel
1
-0
/
+2
2010-08-09
oom: deprecate oom_adj tunable
David Rientjes
1
-0
/
+3
2010-08-09
oom: badness heuristic rewrite
David Rientjes
3
-2
/
+23
2010-08-09
oom: move badness() declaration into oom.h
Andrew Morton
1
-0
/
+6
2010-08-09
vmscan: kill prev_priority completely
KOSAKI Motohiro
2
-20
/
+0
2010-08-09
vmscan: tracing: add trace event when a page is written
Mel Gorman
1
-0
/
+41
2010-08-09
vmscan: tracing: add trace events for LRU page isolation
Mel Gorman
1
-0
/
+46
2010-08-09
vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaim
Mel Gorman
3
-37
/
+153
2010-08-09
mm: implement writeback livelock avoidance using page tagging
Jan Kara
2
-1
/
+2
2010-08-09
radix-tree: omplement function radix_tree_range_tag_if_tagged
Jan Kara
1
-0
/
+4
2010-08-09
ksm: fix ksm swapin time optimization
Andrea Arcangeli
1
-1
/
+1
2010-08-09
tmpfs: make tmpfs scalable with percpu_counter for used blocks
Tim Chen
1
-1
/
+2
2010-08-09
tmpfs: add accurate compare function to percpu_counter library
Tim Chen
1
-0
/
+11
2010-08-09
gcc-4.6: mm: fix unused but set warnings
Andi Kleen
2
-2
/
+6
2010-08-09
gcc-4.6: pagemap: avoid unused-but-set variable
Andi Kleen
1
-1
/
+3
2010-08-09
topology: alternate fix for ia64 tiger_defconfig build breakage
Lee Schermerhorn
2
-5
/
+19
2010-08-09
mmzone.h: remove dead prototype
Alexander Nevenchannyy
1
-2
/
+0
2010-08-09
mm: rename try_set_zone_oom() to try_set_zonelist_oom()
Minchan Kim
1
-1
/
+1
2010-08-09
oom: move sysctl declarations to oom.h
David Rientjes
1
-0
/
+5
2010-08-09
oom: extract panic helper function
David Rientjes
1
-0
/
+1
2010-08-09
oom: select task from tasklist for mempolicy ooms
David Rientjes
1
-1
/
+12
[next]