aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-09-26[PATCH] Add the canary field to the PDA area and the task structArjan van de Ven2-1/+11
2006-09-26[PATCH] Add comments to the PDA structure to annotate offsetsArjan van de Ven1-7/+8
2006-09-26[PATCH] i386: Avoid overwriting the current pgd (V4, i386)Magnus Damm1-0/+27
2006-09-26[PATCH] Avoid overwriting the current pgd (V4, x86_64)Magnus Damm1-0/+29
2006-09-26[PATCH] Remove most of the special cases for the debug IST stackKeith Owens1-3/+0
2006-09-26[PATCH] i386: Fix the EDD code misparsing the command lineH. Peter Anvin1-0/+1
2006-09-26[PATCH] Optimize PDA accesses slightlyAndi Kleen1-19/+22
2006-09-26[PATCH] x86: Remove incorrect comment about ACPI e820 entriesAndi Kleen2-2/+2
2006-09-26[PATCH] optimize hweight64 for x86_64Andi Kleen1-0/+2
2006-09-26[PATCH] Remove non e820 fallbacks in high level codeAndi Kleen1-4/+0
2006-09-26[PATCH] Remove some cruft in apic id checking during processor setupAndi Kleen1-2/+0
2006-09-26[PATCH] Use proper accessors to change PSE bits in change_page_attr()Andi Kleen1-0/+1
2006-09-26[PATCH] Fix pte_exec/mkexec and use it in change_page_attr()Andi Kleen1-2/+2
2006-09-26[PATCH] Remove safe_smp_processor_id()Andi Kleen1-2/+0
2006-09-26[PATCH] i386: annotate FIX_STACK() and the rest of nmi()Chuck Ebbert1-0/+2
2006-09-26[PATCH] Move compiler check for modules to ia64 onlyAndi Kleen2-3/+4
2006-09-26[PATCH] x86: remove config.h includes from asm-i386 & asm-x86_64Dave Jones3-4/+0
2006-09-26[PATCH] non lazy "sleazy" fpu implementationArjan van de Ven2-1/+13
2006-09-26[PATCH] i386: Support physical cpu hotplug for x86_64Ashok Raj1-0/+1
2006-09-26[PATCH] Auto size the per cpu area.Eric W. Biederman1-0/+10
2006-09-26[PATCH] i386: Descriptor and trap table cleanups.Rusty Russell1-45/+76
2006-09-26[PATCH] i386: Make enable_local_apic staticAdrian Bunk1-12/+0
2006-09-26[PATCH] x86: error_code is not safe for kprobesPrasanna S.P1-1/+5
2006-09-26[PATCH] i386: Get ebp from unwinder state when continuing fallback backtraceAndi Kleen1-0/+3
2006-09-26[PATCH] i386: Do stacktracer conversion tooAndi Kleen1-0/+1
2006-09-26[PATCH] Merge stacktrace and show_traceAndi Kleen1-0/+18
2006-09-26[PATCH] Don't access the APIC in safe_smp_processor_id when it is not mapped yetAndi Kleen1-0/+1
2006-09-26[PATCH] x86: Some preparationary cleanup for stack traceAndi Kleen1-3/+4
2006-09-26[PATCH] x86: Remove unneeded externs in acpi/boot.cAndi Kleen1-0/+2
2006-09-26[PATCH] Convert x86-64 to early paramAndi Kleen4-16/+2
2006-09-26[PATCH] i386: Replace i386 open-coded cmdline parsing withRusty Russell4-18/+13
2006-09-26[PATCH] i386: Clean up spin/rwlocksAndi Kleen2-77/+68
2006-09-26[PATCH] Clean up spin/rwlocksAndi Kleen2-44/+41
2006-09-26[PATCH] Don't use lock section for mutexes and semaphoresAndi Kleen3-45/+24
2006-09-26[PATCH] i386: Remove lock section support in semaphore.hAndi Kleen1-32/+17
2006-09-26[PATCH] i386: Remove lock section support in rwsem.hAndi Kleen1-50/+12
2006-09-26[PATCH] i386: Remove lock section support in mutex.hAndi Kleen1-12/+4
2006-09-26[PATCH] Calgary IOMMU: consolidate per bus data structuresMuli Ben-Yehuda1-1/+0
2006-09-26[PATCH] Calgary IOMMU: rearrange 'struct iommu_table' membersMuli Ben-Yehuda1-3/+3
2006-09-26[PATCH] remove int_delivery_destJan Beulich2-2/+0
2006-09-26[PATCH] x86: Detect CFI support in the assembler at runtimeAndi Kleen1-1/+1
2006-09-26[PATCH] Replace mp bus array with bitmap for bus not pciAndi Kleen1-7/+1
2006-09-26[PATCH] Move early chipset quirks out to new fileAndi Kleen1-1/+1
2006-09-26[PATCH] Remove obsolete PIC modeAndi Kleen2-2/+0
2006-09-26[PATCH] i386: Minor fixes & cleanup to tlb flushAndi Kleen1-3/+1
2006-09-26[PATCH] Clean up and minor fixes to TLB flushAndi Kleen2-37/+35
2006-09-26[PATCH] Remove all ifdefs for local/io apicAndi Kleen6-22/+0
2006-09-26[PATCH] i386: Redo semaphore and rwlock assembly helpersAndi Kleen3-0/+36
2006-09-26[PATCH] i386: add alternative-asm.h to allow LOCK_PREFIX replacement in .S filesAndi Kleen1-0/+14
2006-09-26[PATCH] Add proper alignment to ENTRYAndi Kleen1-1/+1
2006-09-26[PATCH] i386: Remove const case for rwlocksAndi Kleen1-36/+2
2006-09-26[PATCH] Clean up read write lock assemblyAndi Kleen2-67/+12
2006-09-26[PATCH] Support patchable lock prefix for pure assembly filesAndi Kleen1-0/+14
2006-09-26[PATCH] i386: Account spinlocks to the caller during profiling for !FP kernelsAndi Kleen1-4/+0
2006-09-26[PATCH] x86-64 TIF flags for debug regs and io bitmap in ctxswStephane Eranian1-0/+7
2006-09-26[PATCH] Clean up asm/smp.h includesAndi Kleen1-12/+0
2006-09-26[PATCH] x86: Add portable getcpu callAndi Kleen2-1/+4
2006-09-26[PATCH] Add the vgetcpu vsyscallVojtech Pavlik4-5/+37
2006-09-26[PATCH] Add initalization of the RDTSCP auxilliary valuesVojtech Pavlik1-0/+1
2006-09-26[PATCH] Add macros for rdtscpVojtech Pavlik1-0/+11
2006-09-26[PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUsVenkatesh Pallipadi2-0/+62
2006-09-26[PATCH] Fix up panic messages for different NMI panicsAndi Kleen1-1/+1
2006-09-26[PATCH] i386/x86-64: Fix NMI watchdog suspend/resumeShaohua Li2-0/+2
2006-09-26[PATCH] x86: Allow users to force a panic on NMIDon Zickus2-0/+2
2006-09-26[PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctlDon Zickus3-0/+3
2006-09-26[PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...Don Zickus2-38/+4
2006-09-26[PATCH] Add ppoll/pselect syscallsAndi Kleen1-2/+2
2006-09-26[PATCH] Add TIF_RESTORE_SIGMASKAndi Kleen3-4/+3
2006-09-26[PATCH] x86: Cleanup NMI interrupt pathDon Zickus2-2/+10
2006-09-26[PATCH] i386: Add SMP support on i386 to reservation frameworkDon Zickus1-2/+3
2006-09-26[PATCH] Add SMP support on x86_64 to reservation frameworkDon Zickus1-1/+2
2006-09-26[PATCH] x86: Add performance counter reservation framework for UP kernelsDon Zickus2-1/+14
2006-09-26[PATCH] x86: Temporarily revert parts of the Core 2 nmi nmi watchdog supportAndi Kleen2-38/+0
2006-09-26[PATCH] i386: Allow to use GENERICARCH for UP kernelsAndi Kleen4-37/+66
2006-09-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-62/+54
2006-09-25[PATCH] cpu to node relationship fixup: map cpu to nodeKAMEZAWA Hiroyuki1-0/+4
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 1)Paul Moore2-56/+9
2006-09-25[Netlink]: add nla_validate_nested()Paul Moore1-0/+19
2006-09-25[NETLINK]: add nla_for_each_nested() to the interface listPaul Moore1-0/+1
2006-09-25[NetLabel]: correct improper handling of non-NetLabel peer contextsPaul Moore2-0/+15
2006-09-25[libata] No need for all those arch libata-portmap.h headersJeff Garzik9-8/+8
2006-09-24[PATCH] SCSI gfp_t annotationsAl Viro1-2/+2
2006-09-24Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6David S. Miller1-6/+8
2006-09-24[NETFILTER]: Add dscp,DSCP headers to header-yYasuyuki Kozakai1-0/+2
2006-09-24[PATCH] fix iptables __user misannotationsAl Viro1-2/+2
2006-09-24[PATCH] netlabel gfp annotationsAl Viro1-1/+1
2006-09-24[PATCH] restore libata build on frvAl Viro1-0/+1
2006-09-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+4
2006-09-24[S390] Unexport <asm/z90crypt.h>, export <asm/zcrypt.h> in its place.David Woodhouse1-1/+1
2006-09-24Remove dead netfilter_logging.h from include/linux/KbuildDavid Woodhouse1-1/+0
2006-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse225-3171/+6890
2006-09-24[DCCP]: Introduce constants for CCID numbersIan McDonald1-1/+7
2006-09-24[PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh1-3/+4
2006-09-24[DCCP]: Allow default/fallback service code.Gerrit Renker1-5/+1
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds10-33/+102
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds5-7/+71
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik21-78/+62
2006-09-24Merge branch 'master' into upstreamJeff Garzik222-3229/+7398
2006-09-23Merge mulgrave-w:git/linux-2.6James Bottomley109-1712/+2692
2006-09-23[SCSI] SPI transport class: misc DV fixesJames Bottomley1-1/+2
2006-09-23Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds12-31/+179
2006-09-23Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds11-77/+187
2006-09-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds84-1602/+2324
2006-09-23Merge mulgrave-w:git/scsi-misc-2.6James Bottomley15-48/+1569
2006-09-23[PATCH] #elif that should've been #elif definedAl Viro1-1/+1
2006-09-23[KERNEL] Do not truncate to 'int' in ALIGN() macro.David Miller1-1/+1
2006-09-23[ALSA] ak4xxx - Remove bogus IPGA controlsTakashi Iwai1-10/+0
2006-09-23[ALSA] Add pcm_class attribute to PCM sysfs entryTakashi Iwai1-0/+4
2006-09-23[ALSA] Add definition of TLV dB range compoundTakashi Iwai1-8/+15
2006-09-23[ALSA] Clean up and add TLV support to AK4xxx i2c driverTakashi Iwai1-9/+31
2006-09-23[ALSA] Add the definition of linear volume TLVTakashi Iwai1-0/+10
2006-09-23[ALSA] Add dB scale information to vxpocket and vx222 driversTakashi Iwai1-0/+1
2006-09-23[ALSA] Add dB scale information to ad1848 driverTakashi Iwai1-6/+16
2006-09-23[ALSA] Revolution 5.1 - add AK5365 ADC supportJochen Voss1-1/+2
2006-09-23[ALSA] Fix control/status mmap with shared PCM substreamTakashi Iwai1-3/+1
2006-09-23[ALSA] snd-emu10k1: Implement dB gain infomation.James Courtier-Dutton1-0/+4
2006-09-23[ALSA] Remove unused tlv_rw field from struct snd_kcontrolTakashi Iwai1-1/+0
2006-09-23[ALSA] Control API - more robust TLV implementationJaroslav Kysela2-3/+23
2006-09-23[ALSA] Add experimental support of aggressive AC97 power-saving modeTakashi Iwai1-0/+32
2006-09-23[ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai1-3/+0
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai2-2/+2
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai1-3/+4
2006-09-23[ALSA] Control API - TLV implementation for additional information like dB scaleJaroslav Kysela3-1/+53
2006-09-22SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust1-1/+4
2006-09-22SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust1-1/+1
2006-09-22NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust1-0/+1
2006-09-22Add a real API for dealing with blk_congestion_wait()Trond Myklebust2-0/+2
2006-09-22NFS: Use cached page as buffer for NFS symlink requestsChuck Lever1-7/+10
2006-09-22NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever1-3/+2
2006-09-22SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever2-8/+0
2006-09-22SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2-0/+23
2006-09-22SUNRPC: Clean-up after previous patches.Chuck Lever2-4/+0
2006-09-22SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever1-1/+2
2006-09-22SUNRPC: Create API for displaying remote peer addressChuck Lever1-0/+1
2006-09-22SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever1-0/+11
2006-09-22SUNRPC: remove extraneous header inclusionsChuck Lever1-1/+0
2006-09-22SUNRPC: create API for getting remote peer addressChuck Lever1-0/+1
2006-09-22SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2-1/+2
2006-09-22SUNRPC: Support for RPC child tasks no longer neededChuck Lever1-5/+0
2006-09-22SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2-20/+17
2006-09-22SUNRPC: Create a helper to tell whether a transport is boundChuck Lever1-0/+16
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-12/+9
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells1-3/+2
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells2-2/+2
2006-09-22NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells1-1/+1
2006-09-22NFS: Add extra const qualifiersDavid Howells2-4/+4
2006-09-22NFS: Generalise the nfs_client structureDavid Howells2-0/+61
2006-09-22NFS: Add a server capabilities NFS RPC opDavid Howells1-0/+1
2006-09-22NFS: Add a lookupfh NFS RPC opDavid Howells1-0/+3
2006-09-22NFS: Return an error when starting the idmapping pipeDavid Howells1-1/+1
2006-09-22NFS: Rename nfs_server::nfs4_stateDavid Howells1-1/+1
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2-8/+8
2006-09-22NFS: Add dentry materialisation opDavid Howells1-0/+1
2006-09-22NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust1-0/+4
2006-09-22NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust1-1/+4
2006-09-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-0/+1
2006-09-22[PATCH] fix missing ifdefs in syscall classes hookup for generic targetsAl Viro2-0/+8
2006-09-22[PATCH] Cirrus Logic ep93xx ethernet driverLennert Buytenhek2-0/+7
2006-09-22Merge branch 'master' into upstreamJeff Garzik97-1451/+3104
2006-09-22IB/sa: fix ib_sa_selector namesMichael S. Tsirkin1-2/+2
2006-09-22RDMA/cma: Document rdma_accept() error handlingOr Gerlitz1-0/+4
2006-09-22RDMA/cma: Document rdma_destroy_id() functionOr Gerlitz1-0/+8
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin1-7/+34
2006-09-22RDMA: iWARP Core Changes.Tom Tucker2-5/+37
2006-09-22RDMA: iWARP Connection Manager.Tom Tucker1-0/+258
2006-09-22IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell1-2/+4
2006-09-22IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell1-0/+2
2006-09-22[IPV6] ADDRCONF: Mobile IPv6 Home Address support.Noriaki TAKAMIYA2-5/+2
2006-09-22[IPV6] ADDRCONF: Allow non-DAD'able addresses.Noriaki TAKAMIYA1-0/+1
2006-09-22[IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki2-6/+5
2006-09-22[IPV6] NDISC: Add proxy_ndp sysctl.YOSHIFUJI Hideaki2-0/+3
2006-09-22[IPV6] NDISC: Set per-entry is_router flag in Proxy NA.Ville Nuorvala1-0/+1
2006-09-22[NETFILTER]: PPTP conntrack: fix another GRE keymap leakPatrick McHardy1-0/+2
2006-09-22[NETFILTER]: PPTP conntrack: simplify expectation handlingPatrick McHardy1-1/+1
2006-09-22[NETFILTER]: PPTP conntrack: fix header definitionsPatrick McHardy1-4/+5
2006-09-22[NETFILTER]: PPTP conntrack: get rid of unnecessary byte order conversionsPatrick McHardy3-17/+17
2006-09-22[NETFILTER]: PPTP conntrack: fix whitespace errorsPatrick McHardy1-13/+13
2006-09-22[NETFILTER]: x_tables: simplify compat APIPatrick McHardy1-11/+18
2006-09-22[NETFILTER]: TCP conntrack: improve dead connection detectionGeorge Hansper1-0/+1
2006-09-22[NETFILTER]: ip6table_mangle: reroute when nfmark changes in NF_IP6_LOCAL_OUTPatrick McHardy2-2/+1
2006-09-22[NETFILTER]: kill listhelp.hPatrick McHardy2-127/+0
2006-09-22[NETFILTER]: remove unused include filePatrick McHardy1-33/+0
2006-09-22[XFRM]: Fix wildcard as tunnel sourcePatrick McHardy1-0/+13
2006-09-22[TCP]: Send ACKs each 2nd received segment.Alexey Kuznetsov1-1/+2
2006-09-22[SCTP]: CleanupsAdrian Bunk1-0/+13
2006-09-22[GENL]: Provide more information to userspace about registered genl familiesThomas Graf2-2/+18
2006-09-22[IPSEC]: output mode to take an xfrm state as input paramJamal Hadi Salim1-1/+1
2006-09-22[NET]: Fix sk->sk_filter field accessDmitry Mishin2-23/+24
2006-09-22[NetLabel]: add some missing #includes to various header filesPaul Moore2-0/+3
2006-09-22[NetLabel]: remove unused function prototypesPaul Moore1-6/+0
2006-09-22[NETFILTER] bridge: simplify nf_bridge_padStephen Hemminger1-11/+5
2006-09-22[NETFILTER] bridge: code rearrangement for clarityStephen Hemminger1-19/+7
2006-09-22[IPV4]: Make struct sockaddr_in::sin_port __be16Alexey Dobriyan1-1/+1
2006-09-22[IPV4]: Make struct in_addr::s_addr __be32Alexey Dobriyan1-1/+1
2006-09-22[NETLINK]: Improve string attribute validationThomas Graf1-4/+11
2006-09-22[UDP]: saddr_cmp function should take const socket pointersDavid S. Miller1-1/+1
2006-09-22[UDP]: Unify UDPv4 and UDPv6 ->get_port()Gerrit Renker1-16/+2
2006-09-22[NETLINK]: remove third bogus argument from NLA_PUT_FLAGJohannes Berg1-1/+1
2006-09-22[DCCP]: Introduce tx bufferingIan McDonald1-0/+2
2006-09-22[NET_SCHED]: Add mask support to fwmark classifierPatrick McHardy1-0/+1