summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-10-09rbtree: remove prior augmented rbtree implementationMichel Lespinasse1-8/+0
2012-10-09rbtree: faster augmented rbtree manipulationMichel Lespinasse1-0/+19
2012-10-09rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse1-25/+9
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse2-11/+6
2012-10-09rbtree: reference Documentation/rbtree.txt for usage instructionsMichel Lespinasse1-66/+1
2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer1-0/+5
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer2-1/+8
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso2-12/+0
2012-10-09mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Sagi Grimberg1-0/+1
2012-10-09mm: mmu_notifier: fix inconsistent memory between secondary MMU and hostXiao Guangrong1-1/+11
2012-10-09mempolicy: fix a race in shared_policy_replace()Mel Gorman1-1/+1
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman2-2/+3
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov3-4/+2
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov1-1/+1
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov3-6/+0
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2-3/+6
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov1-1/+0
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov1-13/+21
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov2-21/+5
2012-10-09x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha1-23/+32
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel2-5/+1
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds51-1728/+1807
2012-10-09Merge branch 'linux-next' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-1/+0
2012-10-09Merge branches 'fixes-for-37', 'ec' and 'thermal' into releaseLen Brown3-15/+118
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Len Brown3-15/+118
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds26-45/+439
2012-10-09ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov1-0/+1
2012-10-09ipv4: introduce rt_uses_gatewayJulian Anastasov1-1/+2
2012-10-08ipv6: gro: fix PV6_GRO_CB(skb)->proto problemEric Dumazet1-0/+3
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl1-4/+4
2012-10-08net: gro: selective flush of packetsEric Dumazet1-6/+9
2012-10-08KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_resetJan Kiszka1-1/+0
2012-10-08Input: extend the number of event (and other) devicesDmitry Torokhov1-3/+7
2012-10-08Bluetooth: L2CAP: Fix using default Flush Timeout for EFSAndrei Emeltchenko1-1/+2
2012-10-08Merge tag 'v3.6-rc7' into i2c-embedded/for-nextWolfram Sang30-32/+82
2012-10-08i2c: add Renesas R-Car I2C driverKuninori Morimoto1-0/+10
2012-10-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds22-1126/+1253
2012-10-08MPILIB: Provide a function to read raw data into an MPIDavid Howells1-0/+1
2012-10-08X.509: Add an ASN.1 decoderDavid Howells1-0/+24
2012-10-08X.509: Add simple ASN.1 grammar compilerDavid Howells2-0/+154
2012-10-08X.509: Add utility functions to render OIDs as stringsDavid Howells1-0/+2
2012-10-08X.509: Implement simple static OID registryDavid Howells1-0/+90
2012-10-08KEYS: Provide signature verification with an asymmetric keyDavid Howells1-0/+4
2012-10-08KEYS: Asymmetric public-key algorithm crypto key subtypeDavid Howells1-0/+104
2012-10-08KEYS: Asymmetric key pluggable data parsersDavid Howells1-0/+37
2012-10-08KEYS: Implement asymmetric key typeDavid Howells2-0/+80
2012-10-08MPILIB: Provide count_leading/trailing_zeros() based on arch functionsDavid Howells1-0/+57
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2-4/+37
2012-10-08Bluetooth: Adjust L2CAP Max PDU size for AMP packetsAndrei Emeltchenko1-1/+1
2012-10-08Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko1-1/+1