index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-22
net: fix DCB setstate to return success/failure
Don Skidmore
1
-1
/
+1
2008-12-21
ftrace: enable format arguments checking
Lai Jiangshan
1
-1
/
+1
2008-12-21
of/gpio: Implement of_gpio_count()
Anton Vorontsov
1
-0
/
+6
2008-12-21
Merge branch 'topic/ca0106-capture-no-44khz' into topic/ca0106
Takashi Iwai
26
-49
/
+73
2008-12-20
x86, bts: memory accounting
Markus Metzger
1
-0
/
+2
2008-12-20
x86, bts: add fork and exit handling
Markus Metzger
1
-0
/
+22
2008-12-20
x86: PAT: move track untrack pfnmap stubs to asm-generic
venkatesh.pallipadi@intel.com
2
-6
/
+46
2008-12-20
x86: PAT: remove follow_pfnmap_pte in favor of follow_phys
venkatesh.pallipadi@intel.com
1
-3
/
+0
2008-12-20
x86: PAT: modify follow_phys to return phys_addr prot and return value
venkatesh.pallipadi@intel.com
1
-0
/
+2
2008-12-20
x86: PAT: clarify is_linear_pfn_mapping() interface
venkatesh.pallipadi@intel.com
1
-0
/
+8
2008-12-20
security: pass mount flags to security_sb_kern_mount()
James Morris
1
-3
/
+3
2008-12-19
mac80211: implement dynamic power save
Kalle Valo
1
-0
/
+6
2008-12-19
mac80211: Add HT rates into RX status reporting
Jouni Malinen
1
-2
/
+9
2008-12-19
mac80211: Fix HT channel selection
Sujith
3
-20
/
+13
2008-12-19
nl80211: Add signal strength and bandwith to nl80211station info
Henning Rogge
2
-0
/
+71
2008-12-19
ACPI: don't cond_resched() when irqs_disabled()
Wu Fengguang
1
-1
/
+5
2008-12-19
ACPI: fix 2.6.28 acpi.debug_level regression
Bjorn Helgaas
1
-1
/
+1
2008-12-19
Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...
Ingo Molnar
12
-36
/
+48
2008-12-19
Merge branch 'fix/hda' into topic/hda
Takashi Iwai
1892
-183900
/
+23275
2008-12-19
tracing: fix warnings in kernel/trace/trace_sched_switch.c
Ingo Molnar
1
-2
/
+2
2008-12-19
x86: PAT: add pgprot_writecombine() interface for drivers - v3
venkatesh.pallipadi@intel.com
1
-0
/
+4
2008-12-19
x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3
venkatesh.pallipadi@intel.com
1
-0
/
+6
2008-12-19
x86: PAT: add follow_pfnmp_pte routine to help tracking pfnmap pages - v3
venkatesh.pallipadi@intel.com
1
-0
/
+3
2008-12-19
x86: PAT: store vm_pgoff for all linear_over_vma_region mappings - v3
venkatesh.pallipadi@intel.com
1
-0
/
+9
2008-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-1
/
+4
2008-12-18
ASoC: Add WM8350 AudioPlus codec driver
Mark Brown
1
-4
/
+34
2008-12-18
schedstat: consolidate per-task cpu runtime stats
Ken Chen
1
-2
/
+1
2008-12-18
trace: add a way to enable or disable the stack tracer
Steven Rostedt
1
-0
/
+8
2008-12-18
Merge branch 'linux-2.6' into next
Paul Mackerras
3
-2
/
+15
2008-12-18
Phonet: use atomic for packet TX window
Rémi Denis-Courmont
1
-1
/
+1
2008-12-18
Phonet: allocate separate ARP type for GPRS over a Phonet pipe
Rémi Denis-Courmont
1
-0
/
+1
2008-12-18
Phonet: allocate a non-Ethernet ARP type
Rémi Denis-Courmont
1
-0
/
+2
2008-12-18
irda: Add irda_skb_cb qdisc related padding
Samuel Ortiz
1
-1
/
+3
2008-12-17
USB: fix comment about endianness of descriptors
Phil Endecott
1
-2
/
+6
2008-12-17
gianfar: Convert gianfar to an of_platform_driver
Andy Fleming
1
-17
/
+1
2008-12-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2008-12-16
xen: clean up asm/xen/hypervisor.h
Jeremy Fitzhardinge
1
-0
/
+2
2008-12-16
allow bug table entries to use relative pointers (and use it on x86-64)
Jan Beulich
1
-0
/
+8
2008-12-16
Merge branches 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-graph-...
Ingo Molnar
4
-2
/
+24
2008-12-16
ipv6: Add IPV6_PKTINFO sticky option support to setsockopt()
Yang Hongyang
1
-0
/
+1
2008-12-16
net: Refactor full duplex flow control resolution
Steve Glendinning
1
-0
/
+29
2008-12-16
net: Move flow control definitions to mii.h
Steve Glendinning
1
-0
/
+4
2008-12-16
netfilter: ctnetlink: fix missing CTA_NAT_SEQ_UNSPEC
Pablo Neira Ayuso
1
-0
/
+1
2008-12-16
ethtool: Add GGRO and SGRO ops
Herbert Xu
1
-0
/
+2
2008-12-16
tcp: Add GRO support
Herbert Xu
1
-0
/
+6
2008-12-16
net: Add skb_gro_receive
Herbert Xu
1
-0
/
+2
2008-12-16
ipv4: Add GRO infrastructure
Herbert Xu
1
-0
/
+3
2008-12-16
net: Add Generic Receive Offload infrastructure
Herbert Xu
2
-57
/
+28
2008-12-16
net: Add frag_list support to GSO
Herbert Xu
1
-0
/
+2
2008-12-16
rapidio: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-2
/
+2
[prev]
[next]