aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek1-4/+10
2005-09-05[PATCH] i386 boottime for_each_cpu brokenZwane Mwaikambo1-1/+1
2005-09-05[PATCH] i386: encapsulate copying of pgd entriesZachary Amsden1-0/+15
2005-09-05[PATCH] x86 NMI: better support for debuggersGeorge Anzinger1-2/+9
2005-09-05[PATCH] x86: introduce a write acessor for updating the current LDTZachary Amsden1-0/+7
2005-09-05[PATCH] x86: make IOPL explicitZachary Amsden2-3/+17
2005-09-05[PATCH] x86: privilege cleanupZachary Amsden1-0/+7
2005-09-05[PATCH] x86: more asm cleanupsZachary Amsden1-0/+15
2005-09-05[PATCH] i386: fix incorrect TSS entry for LDTIngo Molnar1-1/+0
2005-09-05[PATCH] i386: use set_pte macros in a couple places where they were missingZachary Amsden1-1/+1
2005-09-05[PATCH] i386: generate better code around descriptor update and access functionsZachary Amsden1-8/+8
2005-09-05[PATCH] i386: inline assembler: cleanup and encapsulate descriptor and task r...Zachary Amsden2-2/+12
2005-09-05[PATCH] i386: cleanup serialize msrZachary Amsden2-0/+10
2005-09-05[PATCH] i386: inline asm cleanupZachary Amsden5-31/+52
2005-09-05[PATCH] ES7000 platform update (i386)Natalie.Protasevich@unisys.com1-6/+24
2005-09-05[PATCH] x86: sutomatically enable bigsmp when we have more than 8 CPUsVenkatesh Pallipadi3-0/+4
2005-09-05[PATCH] x86: fix EFI memory map parsingMatt Tolentino2-11/+5
2005-09-05[PATCH] mips: remove timex.h for vr41xxYoichi Yuasa1-18/+0
2005-09-05[PATCH] mips: fix build warningsYoichi Yuasa1-1/+1
2005-09-05[PATCH] mips: add pcibios_bus_to_resourceYoichi Yuasa1-0/+2
2005-09-05[PATCH] mips: add pcibios_select_rootYoichi Yuasa1-0/+13
2005-09-05[PATCH] mips: fix coherency configurationRalf Baechle1-3/+3
2005-09-05[PATCH] mips: nuke trailing whitespaceRalf Baechle41-315/+315
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle35-103/+103
2005-09-05[PATCH] MIPS Technologies PCI ID bitsRalf Baechle1-0/+3
2005-09-05[PATCH] mips: add support for Qemu system architectureRalf Baechle3-0/+68
2005-09-05[PATCH] DEC PMAGB B framebuffer updateRalf Baechle1-24/+50
2005-09-05[PATCH] DEC PMAG BA frame buffer updateRalf Baechle1-19/+22
2005-09-05[PATCH] mips: remove HP Laserjet remainsRalf Baechle1-7/+0
2005-09-05[PATCH] mips: remove VR4181 supportRalf Baechle2-535/+0
2005-09-05[PATCH] mips: update IRQ handling for vr41xxYoichi Yuasa1-8/+8
2005-09-05[PATCH] ppc64: Add VMX save flag to VPAOlof Johansson1-1/+1
2005-09-05[PATCH] ppc32: mv64x60 updates & enhancementsMark A. Greer3-4/+14
2005-09-05[PATCH] ppc32: export cacheable_memcpy()Eugene Surovegin1-0/+1
2005-09-05[PATCH] ppc32: add dcr_base field to ocp_func_mal_dataEugene Surovegin1-0/+3
2005-09-05[PATCH] ppc32: move 4xx PHY_MODE_XXX defines to ibm_ocp.hEugene Surovegin1-0/+13
2005-09-05[PATCH] ppc32: add CONFIG_HZKumar Gala1-1/+3
2005-09-05[PATCH] ppc32: ppc_sys system on chip identification additionsKumar Gala1-0/+1
2005-09-05[PATCH] ppc32: Don't sleep in flush_dcache_icache_page()Roland Dreier1-0/+1
2005-09-05[PATCH] ppc32: Cleaned up global namespace of Book-E watchdog variablesKumar Gala1-0/+4
2005-09-05[PATCH] ppc32: add phy excluded features to ocp_func_emac_dataMatt Porter1-0/+1
2005-09-05[PATCH] ppc32: Add ppc_sys descriptions for PowerQUICC II devicesKumar Gala3-1/+22
2005-09-05[PATCH] ppc32: fix asm-ppc/dma-mapping.h sparse warningChristoph Hellwig1-1/+2
2005-09-05[PATCH] ppc32: Remove board support for SPD823TSKumar Gala1-4/+0
2005-09-05[PATCH] ppc32: Remove board support for REDWOODKumar Gala1-4/+0
2005-09-05[PATCH] ppc32: Remove board support for OAKKumar Gala1-4/+0
2005-09-05[PATCH] ppc32: Remove board support for MCPN765Kumar Gala1-2/+0
2005-09-05[PATCH] ppc32: Remove board support for ASHKumar Gala1-4/+0
2005-09-05[PATCH] VM: add page_state info to per-node meminfoMartin Hicks1-0/+1
2005-09-05[PATCH] x86_64: avoid some atomic operations during address space destructionZachary Amsden1-0/+14
2005-09-05[PATCH] x86: ptep_clear optimizationZachary Amsden2-0/+29
2005-09-05[PATCH] sab: consolidate kmem_bufctl_tKyle Moffett22-43/+0
2005-09-05[PATCH] remove hugetlb_clean_stale_pgtable() and fix huge_pte_alloc()Chen, Kenneth W3-8/+0
2005-09-05[PATCH] hugetlb: add pte_huge() macroAdam Litke2-2/+5
2005-09-05[PATCH] arm: allow for arch-specific IOREMAP_MAX_ORDERDeepak Saxena1-0/+8
2005-09-05[PATCH] mm: correct _PAGE_FILE commentPaolo 'Blaisorblade' Giarrusso3-9/+11
2005-09-05[PATCH] comment typo fixPaolo 'Blaisorblade' Giarrusso1-1/+1
2005-09-05[PATCH] VM: add capabilites check to set_zone_reclaimMartin Hicks1-0/+1
2005-09-05[PATCH] mm: remove atomicNick Piggin1-0/+1
2005-09-05[PATCH] /proc/<pid>/numa_maps to show on which nodes pages resideChristoph Lameter1-0/+3
2005-09-05[PATCH] swap: swap_lock replace list+deviceHugh Dickins1-9/+2
2005-09-05[PATCH] swap: scan_swap_map drop swap_device_lockHugh Dickins1-0/+2
2005-09-05[PATCH] swap: swap unsigned int consistencyHugh Dickins1-3/+3
2005-09-05[PATCH] swap: show span of swap extentsHugh Dickins1-1/+0
2005-09-05[PATCH] swap: swap extent list is orderedHugh Dickins1-2/+0
2005-09-05[PATCH] mm: consolidate get_orderStephen Rothwell22-312/+69
2005-09-05[PATCH] sparsemem extreme: hotplug preparationDave Hansen1-0/+1
2005-09-05[PATCH] sparsemem extreme implementationBob Picco1-25/+15
2005-09-05[PATCH] SPARSEMEM EXTREMEBob Picco2-2/+50
2005-09-02[PATCH] remove driverfs references from include/linux/cpu.h and net/sunrpc/rp...Rolf Eike Beer1-1/+1
2005-09-02[PATCH] m68knommu: need pfn_valid macroGreg Ungerer1-2/+3
2005-09-02Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-serial Linus Torvalds3-10/+20
2005-09-02Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm Linus Torvalds1-1/+1
2005-09-02Merge refs/heads/ieee80211-wifi from master.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds3-133/+224
2005-09-01/spare/repo/netdev-2.6 branch 'master'Jeff Garzik226-1887/+8937
2005-09-01Merge refs/heads/release from master.kernel.org:/pub/scm/linux/kernel/git/aeg...Linus Torvalds21-177/+1044
2005-09-01Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm.git Linus Torvalds5-57/+105
2005-09-01[SERIAL] Move serial8250_*_port prototypes to linux/serial_8250.hRussell King1-0/+16
2005-09-01[ARM] 2865/2: fix fadvise64_64 syscall argument passingNicolas Pitre1-1/+1
2005-08-31Auto-update from upstreamTony Luck11-10/+32
2005-08-31[ARM] 2866/1: add i.MX set_mctrl / get_mctrl functionsSascha Hauer2-6/+0
2005-08-31[ARM] 2869/1: ixp4xx: correct ioread*/iowrite*David Vrabel1-42/+60
2005-08-31[SERIAL] Clean up and fix tty transmission start/stopingRussell King1-4/+4
2005-08-30[IA64] Low byte of current->personality is not a bitmask.Tony Luck1-1/+2
2005-08-30Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds1-0/+1
2005-08-30Merge HEAD from /spare/repo/linux-2.6/.git Jeff Garzik194-1822/+3984
2005-08-30Auto-update from upstreamTony Luck213-1871/+8896
2005-08-30Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa Linus Torvalds10-10/+31
2005-08-30[PATCH] Assign device pointer to OSS devicesTakashi Iwai1-0/+2
2005-08-30[ALSA] version 1.0.10rc1Jaroslav Kysela1-2/+2
2005-08-30[ALSA] include/sound/gus.h: 'extern inline' -> 'static inline'Adrian Bunk1-4/+4
2005-08-30[ALSA] Timer API - SNDRV_TIMER_EVENT_RESUME - val is resolution in nsJaroslav Kysela1-1/+1
2005-08-30[ALSA] Timer API - added SUSPEND/RESUME eventsJaroslav Kysela1-1/+5
2005-08-30[ALSA] ALSA's struct _snd_pcm_substream: Obsolete open_flagKarsten Wiese1-1/+0
2005-08-30[ALSA] ymfpci: add per-voice volume controlsClemens Ladisch1-0/+6
2005-08-30[ALSA] ad1816a - Add clockfreq module optionTakashi Iwai1-0/+1
2005-08-30[ALSA] AC97 bus interface for ad-hoc driversLiam Girdwood1-0/+6
2005-08-30[ALSA] sound - fix .iface field of mixer control elementsClemens Ladisch2-2/+2
2005-08-30[ALSA] WM97xx AC97 codec controlsLiam Girdwood1-0/+3
2005-08-29[INET]: compile errors when DEBUG is definedStephen Hemminger1-2/+2
2005-08-29Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 Linus Torvalds49-485/+64
2005-08-30[PATCH] ppc64: Add CONFIG_HZAnton Blanchard1-1/+3
2005-08-30[PATCH] oprofile PVR 970MPJake Moilanen1-0/+1
2005-08-30[PATCH] Move all the very similar files to asm-powerpcStephen Rothwell24-360/+2
2005-08-30[PATCH] Move the identical files from include/asm-ppc{,64}Stephen Rothwell18-63/+3
2005-08-30[PATCH] Create include/asm-powerpcStephen Rothwell2-6/+0
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell2-6/+7
2005-08-30[PATCH] Create vio_bus_opsStephen Rothwell1-49/+48
2005-08-30[PATCH] Create vio_register_deviceStephen Rothwell1-3/+1
2005-08-30[PATCH] ppc64: four level pagetables fixAndrew Morton1-0/+2
2005-08-29Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git Linus Torvalds119-1038/+3449
2005-08-29Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 Linus Torvalds17-226/+312
2005-08-29[DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZEArnaldo Carvalho de Melo1-2/+5
2005-08-29[IA64-SGI] One new use of "UNCACHED" needed fixing for sn2 region cleanupTony Luck1-1/+1
2005-08-29[NETFILTER6]: Add new ip6tables HOPLIMIT targetHarald Welte1-0/+22
2005-08-29[NETFILTER]: Add new iptables TTL targetHarald Welte1-0/+21
2005-08-29[LIST]: Add docbook header comments for hlist_add_{before,after}_rcu()Paul E. McKenney1-0/+30
2005-08-29[NET]: net/802: more endian annotationsAlexey Dobriyan4-7/+6
2005-08-29[IPV4]: Prepare FIB core for RCU.Robert Olsson1-0/+21
2005-08-29[ICSK]: Generalise tcp_listen_pollArnaldo Carvalho de Melo1-0/+10
2005-08-29[NETFILTER]: Add goto targetPatrick McHardy2-2/+4
2005-08-29[NETFILTER]: Add IPv6 REJECT targetPatrick McHardy1-0/+18
2005-08-29[NETFILTER]: Add string matchPablo Neira Ayuso1-0/+18
2005-08-29[NET]: Fix ipl=>ihl typo in ip_fast_csumThomas Graf3-3/+3
2005-08-29[NET]: Add support for getting the permanent hardware address.Jon Wetzel2-1/+13
2005-08-29[NET]: fix PROC_FS=n compileAdrian Bunk1-2/+0
2005-08-29[DCCP]: Fix the timestamp optionsIan McDonald1-1/+1
2005-08-29[NET]: Implement SKB fast cloning.David S. Miller2-4/+24
2005-08-29[IP]: Introduce ip_options_get_from_userArnaldo Carvalho de Melo1-1/+4
2005-08-29[NETLINK]: Fix sparse warningsArnaldo Carvalho de Melo1-1/+1
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo22-9/+173
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy1-1/+1
2005-08-29[NETLINK]: Add set/getsockopt options to support more than 32 groupsPatrick McHardy2-0/+10
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy5-5/+105
2005-08-29[NETLINK]: Use group numbers instead of bitmasks internallyPatrick McHardy1-1/+1
2005-08-29[NETLINK]: Remove unused groups member from struct netlink_skb_parmsPatrick McHardy1-1/+0
2005-08-29[NETFILTER]: Remove two unused filesDomen Puncer2-40/+0
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy4-9/+62
2005-08-29[NETFILTER]: Nicer names for ipt_connbytes constantsPatrick McHardy1-3/+3
2005-08-29[NETFILTER]: Add new iptables "connbytes" matchHarald Welte1-0/+25
2005-08-29[NETFILTER]: introduce and use aligned_u64 data typeHarald Welte3-4/+9
2005-08-29[INET_DIAG]: Move the tcp_diag interface to the proper placeArnaldo Carvalho de Melo1-1/+1
2005-08-29[INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]Arnaldo Carvalho de Melo1-0/+0
2005-08-29[TCPDIAG]: Just rename everything to inet_diagArnaldo Carvalho de Melo3-74/+65
2005-08-29[TCPDIAG]: Introduce inet_diag_{register,unregister}Arnaldo Carvalho de Melo1-0/+19
2005-08-29[INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.cArnaldo Carvalho de Melo1-1/+105
2005-08-29[IPV6]: Generalise the tcp_v6_lookup routinesArnaldo Carvalho de Melo2-0/+31
2005-08-29[NETFILTER]: Fix gcc-3.4.x warning about iplicit operator precedenceHarald Welte1-1/+1
2005-08-29[NET]: Deinline netif_carrier_{on,off}().Denis Vlasenko1-12/+2
2005-08-29[NETFILTER]: Fix NF_QUEUE_NR() macroHarald Welte1-1/+1
2005-08-29[CCID3]: Separate most of the packet history codeArnaldo Carvalho de Melo1-1/+2
2005-08-29[TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCKArnaldo Carvalho de Melo1-0/+1
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo3-50/+60
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy1-4/+4
2005-08-29[DCCP]: Finish the TIMEWAIT minisock supportArnaldo Carvalho de Melo1-0/+3
2005-08-29[TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_s...Arnaldo Carvalho de Melo2-2/+10
2005-08-29[TIMEWAIT]: Introduce inet_timewait_death_rowArnaldo Carvalho de Melo2-32/+61
2005-08-29[Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann1-1/+2
2005-08-29[Bluetooth]: Fix sparse warnings (__nocast type)Victor Fusco2-2/+2
2005-08-29[Bluetooth]: Implement RFCOMM remote port negotiationJ. Suter1-3/+9
2005-08-29[Bluetooth]: Track page scan repetition mode changesMarcel Holtmann1-0/+6
2005-08-29[Bluetooth]: Workaround for inquiry results with RSSI and page scan modeMarcel Holtmann1-0/+9
2005-08-29[NETFILTER]: New iptables DCCP protocol header matchHarald Welte2-3/+36
2005-08-29[DCCP]: Fix struct sockaddr_dccp definitionArnaldo Carvalho de Melo1-3/+7
2005-08-29[DCCP]: make <linux/dccp.h> include-able from userspaceHarald Welte1-117/+121
2005-08-29[NETFILTER]: check nf_log function call argumentsHarald Welte1-1/+1
2005-08-29[NETFILTER]: add /proc/net/netfilter interface to nf_queueHarald Welte1-5/+8
2005-08-29[NETFILTER]: add correct bridging support to nfnetlink_{queue,log}Harald Welte2-0/+4
2005-08-29Pull rationalise-regions into release branchTony Luck6-42/+45
2005-08-29[LIST]: Introduce list_for_each_entry_safe_continueArnaldo Carvalho de Melo1-0/+13
2005-08-29[ICSK]: Move generalised functions from tcp to inet_connection_sockArnaldo Carvalho de Melo3-10/+7
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo4-0/+435
2005-08-29[RANDOM]: Introduce secure_dccp_sequence_numberArnaldo Carvalho de Melo1-0/+2
2005-08-29[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo4-2/+12
2005-08-29[ICSK]: Generalise tcp_listen_{start,stop}Arnaldo Carvalho de Melo3-2/+9
2005-08-29[ICSK]: Introduce inet_csk_cloneArnaldo Carvalho de Melo1-0/+4
2005-08-29[NET]: Just move the inet_connection_sock function from tcp sourcesArnaldo Carvalho de Melo3-158/+161
2005-08-29Pull ngam-maule-steiner into release branchTony Luck10-82/+891
2005-08-29Pull pending-2.6.14 into release branchTony Luck1-1/+1
2005-08-29[NET]: Introduce inet_connection_sockArnaldo Carvalho de Melo9-159/+215
2005-08-29[SOCK]: Introduce sk_cloneArnaldo Carvalho de Melo1-0/+2
2005-08-29[INET_TWSK]: Introduce inet_twsk_allocArnaldo Carvalho de Melo1-0/+3
2005-08-29[INET]: Generalise the TCP sock ID lookup routinesArnaldo Carvalho de Melo3-11/+87
2005-08-29[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo6-207/+262
2005-08-29[INET]: Generalise tcp_v4_lookup_listenerArnaldo Carvalho de Melo1-0/+36
2005-08-29[INET]: Generalise tcp_v4_hash & tcp_unhashArnaldo Carvalho de Melo1-0/+34
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo8-22/+39
2005-08-29[INET]: Generalise the tcp_listen_ lock routinesArnaldo Carvalho de Melo2-21/+48
2005-08-29[INET]: Move tcp_port_rover to inet_hashinfoArnaldo Carvalho de Melo3-20/+9
2005-08-29[INET]: Generalise tcp_bind_hash & tcp_inherit_portArnaldo Carvalho de Melo2-9/+34
2005-08-29[NETFILTER]: don't use nested attributes for conntrack_expectHarald Welte1-1/+2
2005-08-29[NETFILTER]: attribute count is an attribute of message type, not subsytemHarald Welte1-2/+2
2005-08-29[NETFILTER]: Fix multiple problems with the conntrack event cachePatrick McHardy2-25/+18
2005-08-29[INET]: Move bind_hash from tcp_sk to inet_skArnaldo Carvalho de Melo3-2/+3
2005-08-29[INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]Arnaldo Carvalho de Melo3-118/+129
2005-08-29[INET]: Just rename the TCP hashtable functions/structs to inet_Arnaldo Carvalho de Melo2-52/+43
2005-08-29[INET]: Move the TCP ehash functions to include/net/inet_hashtables.hArnaldo Carvalho de Melo1-0/+40
2005-08-29[NETFILTER]: Add new "nfnetlink_log" userspace packet logging facilityHarald Welte1-0/+85
2005-08-29[NETFILTER]: Extend netfilter logging APIHarald Welte3-3/+47
2005-08-29[NETFILTER]: Add refcounting and /proc/net/netfilter interface to nfnetlink_q...Harald Welte1-0/+1