summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from linux-2.6 by handPaul Mackerras2005-10-2226-89/+200
|\
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-10-211-4/+17
| |\
| | * [ARM] 3028/1: S3C2410 - add DCLK mask definitionsBen Dooks2005-10-201-0/+6
| | * [ARM] 3026/1: S3C2410 - avoid possible overflow in pll calculationsBen Dooks2005-10-201-4/+11
| * | [PATCH] Fix handling spurious page fault for hugetlb regionHugh Dickins2005-10-201-13/+3
| |/
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-10-191-1/+1
| |\
| | * [ARM] 3023/1: pxa-regs: Typo in ARM pxa register definitions.Paul Schulz2005-10-181-1/+1
| * | [PATCH] swiotlb: make sure initial DMA allocations really are in DMA memoryYasunori Goto2005-10-191-2/+30
| * | [PATCH] Handle spurious page fault for hugetlb regionSeth, Rohit2005-10-191-0/+13
| |/
| * [ARM] 3021/1: Interrupt 0 bug fix for ixp4xxKenneth Tan2005-10-181-4/+5
| * [ARM] 3020/1: Fixes typo error CONFIG_CPU_IXP465, which should be CONFIG_CPU_...Kenneth Tan2005-10-181-1/+1
| * [ARM] 3019/1: fix wrong commentsNicolas Pitre2005-10-181-2/+2
| * [PATCH] aio: revert lock_kiocb()Zach Brown2005-10-171-1/+6
| * [PATCH] rcu: keep rcu callback event counterEric Dumazet2005-10-171-0/+1
| * [PATCH] list: add missing rcu_dereference on first elementHerbert Xu2005-10-171-17/+22
| * [PATCH]: highest_possible_processor_id() has to be a macroAl Viro2005-10-161-9/+7
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-10-141-21/+9
| |\
| | * [SPARC64]: Eliminate PCI IOMMU dma mapping size limit.David S. Miller2005-10-131-20/+8
| | * [SPARC64]: Consolidate common PCI IOMMU init code.David S. Miller2005-10-131-1/+1
| * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-10-142-16/+43
| |\ \
| | * | [ARM] 3011/1: pxafb: Add ability to set device parent + fix spitz compile errorRichard Purdie2005-10-141-0/+1
| | * | [ARM] 3009/1: S3C2410 - io.h offsets too large for LDRH/STRHBen Dooks2005-10-141-16/+42
| | |/
| * | [PATCH] Fix copy-and-paste error in BSD accountingTim Schmielau2005-10-141-2/+2
| * | [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller2005-10-131-0/+12
| |/
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-10-132-3/+11
| |\
| | * [ARM] 3005/1: S3C2440 - add definition for s3c2440_set_dsc() call in hardware.hBen Dooks2005-10-131-0/+7
| | * [ARM] 3003/1: SSP channel map register updates for pxa2xxLiam Girdwood2005-10-121-3/+4
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-10-128-14/+35
| |\ \
| | * | [NETPOLL]: wrong return for null netpoll_poll_lock()Ben Dooks2005-10-121-1/+1
| | * | [TWSK]: Grab the module refcount for timewait socketsArnaldo Carvalho de Melo2005-10-101-0/+3
| | * | [NETFILTER] ctnetlink: allow userspace to change TCP statePablo Neira Ayuso2005-10-101-0/+3
| | * | [NETFILTER]: Use only 32bit counters for CONNTRACK_ACCTHarald Welte2005-10-102-4/+10
| | * | [NETFILTER] ctnetlink: add one nesting level for TCP statePablo Neira Ayuso2005-10-101-1/+8
| | * | [NETFILTER]: Add missing include to ip_conntrack_tuple.hHarald Welte2005-10-101-0/+2
| | * | [NETFILTER] nat: remove bogus structure memberHarald Welte2005-10-101-4/+0
| | * | [NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLVHarald Welte2005-10-101-4/+8
| | |/
| * | [PATCH] ppc32: Tell userland about lack of standard TBBenjamin Herrenschmidt2005-10-121-0/+1
| * | [PATCH] ppc32: Fix timekeepingBenjamin Herrenschmidt2005-10-121-1/+1
| |/
* | powerpc: Merge in 64-bit powermac support.Paul Mackerras2005-10-223-4/+7
* | powerpc: Make set_rtc_time() return error code from lower-level functionPaul Mackerras2005-10-221-4/+2
* | ppc64: Rearrange btext initialization for consistency with ppc32Paul Mackerras2005-10-221-0/+1
* | ppc64: Add a `primary' argument to pci_process_bridge_OF_rangesPaul Mackerras2005-10-221-1/+1
* | ppc64/powerpc: Fix time initialization on SMP systemsPaul Mackerras2005-10-221-3/+5
* | [PATCH] powerpc: Merge thread_info.hDavid Gibson2005-10-213-120/+23
* | powerpc: Fix some bugs in the new merged time codePaul Mackerras2005-10-201-1/+1
* | powerpc/ppc/ppc64: Various compile fixes.Paul Mackerras2005-10-204-4/+5
* | ppc: rename pci_assign_all_busses to pci_assign_all_busesPaul Mackerras2005-10-201-2/+2
* | powerpc: Merge various powermac-related header files.Paul Mackerras2005-10-2016-12/+0
* | powerpc: Move smp_mpic_message_pass into mpic.cPaul Mackerras2005-10-202-1/+3
* | ppc64: Change ppc_md.get_cpuinfo to ppc_md.show_cpuinfoPaul Mackerras2005-10-201-5/+2
OpenPOWER on IntegriCloud