summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Add 'pr_fmt()' format modifier to pr_xyz macros.Martin Schwidefsky2008-11-151-19/+23
| * | | | | | USB: don't register endpoints for interfaces that are going awayAlan Stern2008-11-131-0/+2
| * | | | | | slab: document SLAB_DESTROY_BY_RCUPeter Zijlstra2008-11-131-0/+28
| | |/ / / / | |/| | | |
| * | | | | Add c2 port supportRodolfo Giometti2008-11-121-0/+65
| * | | | | rtc: rtc-wm8350: add support for WM8350 RTCMark Brown2008-11-121-0/+2
| * | | | | remove ratelimt()Andrew Morton2008-11-121-7/+0
| * | | | | atmel_lcdfb: change irq_base definition to allow error reportingNicolas Ferre2008-11-121-1/+1
| * | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-11-121-5/+0
| |\ \ \ \ \
| | * | | | | hrtimer: clean up unused callback modesPeter Zijlstra2008-11-121-5/+0
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-11-125-11/+66
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch 'ec' into releaseLen Brown2008-11-111-2/+2
| | |\ \ \ \
| | | * | | | ACPICA: Use spinlock for acpi_{en|dis}able_gpeAlexey Starikovskiy2008-11-111-2/+2
| | | | |/ / | | | |/| |
| | * | | | Merge branch 'processor-256' into releaseLen Brown2008-11-111-0/+1
| | |\ \ \ \
| | | * | | | ACPI: Disambiguate processor declaration typeMyron Stowe2008-11-061-0/+1
| | * | | | | Merge branch 'video' into releaseLen Brown2008-11-112-0/+46
| | |\ \ \ \ \
| | | * | | | | ACPI video: if no ACPI backlight support, use vendor driversThomas Renninger2008-11-071-0/+44
| | | * | | | | ACPI: video: Ignore devices that aren't present in hardwareThomas Renninger2008-11-071-0/+2
| | * | | | | | Merge branch 'misc' into releaseLen Brown2008-11-112-9/+16
| | |\ \ \ \ \ \
| | | * | | | | | ACPI: add driver component definitions to sysfs debug_layersBjorn Helgaas2008-11-071-0/+4
| | | * | | | | | ACPI: fix conflicting component definitionsBjorn Helgaas2008-11-071-3/+3
| | | * | | | | | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas2008-11-071-1/+12
| | | * | | | | | ACPI: remove CONFIG_ACPI_ECBjorn Helgaas2008-11-062-6/+0
| | | * | | | | | ACPI: remove CONFIG_ACPI_POWERBjorn Helgaas2008-11-061-2/+0
| | * | | | | | | Merge branch 'bugzilla-11312' into releaseLen Brown2008-11-111-0/+1
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | ACPI: bugfix reporting of event handler statusZhang Rui2008-10-281-0/+1
| | | |/ / / / /
* | | | | | | | ematch: simpler tcf_em_unregister()Alexey Dobriyan2008-11-161-1/+1
* | | | | | | | dccp: Deprecate Ack Ratio sysctlGerrit Renker2008-11-161-2/+0
* | | | | | | | dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker2008-11-161-2/+2
* | | | | | | | dccp: Deprecate old setsockopt frameworkGerrit Renker2008-11-161-7/+0
* | | | | | | | virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)Mark McLoughlin2008-11-161-0/+9
* | | | | | | | net: make sure struct dst_entry refcount is aligned on 64 bytesEric Dumazet2008-11-161-0/+19
* | | | | | | | net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-162-7/+7
* | | | | | | | udp: Use hlist_nulls in UDP RCU codeEric Dumazet2008-11-163-29/+47
* | | | | | | | rcu: Introduce hlist_nulls variant of hlistEric Dumazet2008-11-162-0/+204
* | | | | | | | TPROXY: implemented IP_RECVORIGDSTADDR socket optionBalazs Scheidler2008-11-161-0/+4
* | | | | | | | phylib: make mdio-gpio work without OF (v4)Paulius Zaleckas2008-11-161-0/+25
* | | | | | | | pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-131-17/+0
* | | | | | | | tcp: remove an unnecessary field in struct tcp_skb_cbPetr Tesarik2008-11-131-1/+0
* | | | | | | | net: ifdef struct sock::sk_async_wait_queueAlexey Dobriyan2008-11-121-0/+2
* | | | | | | | net: Cleanup of neighbour codeEric Dumazet2008-11-121-10/+2
* | | | | | | | net: ib_net pointer should depends on CONFIG_NET_NSEric Dumazet2008-11-121-0/+7
* | | | | | | | net: Introduce read_pnet() and write_pnet() helpersEric Dumazet2008-11-121-0/+18
* | | | | | | | dccp: Query supported CCIDsGerrit Renker2008-11-121-0/+1
* | | | | | | | net: remove struct dst_entry::entry_sizeAlexey Dobriyan2008-11-111-1/+0
* | | | | | | | net: remove struct neigh_table::pdeAlexey Dobriyan2008-11-111-3/+0
* | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-1118-54/+666
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-11-111-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | fix for account_group_exec_runtime(), make sure ->signal can't be freed under...Oleg Nesterov2008-11-111-0/+1
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | telephony: trivial: fix up email addressAlan Cox2008-11-111-1/+1
| * | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2008-11-112-28/+23
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud