summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* netfilter: extract Passive OS fingerprint infrastructure from xt_osfFernando Fernandez Mancera2018-05-071-0/+27
* netfilter: ebtables: remove EBT_MATCH and EBT_NOMATCHTaehee Yoo2018-04-241-4/+0
* soc: ti: K2G: provide APIs to support driver probe deferralMurali Karicheri2018-04-182-0/+13
* xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer2018-04-171-2/+2
* tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2018-04-171-2/+2
* xdp: move struct xdp_buff from filter.h to xdp.hJesper Dangaard Brouer2018-04-171-23/+1
* tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-161-0/+1
* Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-121-0/+1
|\
| * kdb: use __ktime_get_real_seconds instead of __current_kernel_timeArnd Bergmann2018-01-251-0/+1
* | Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-113-14/+19
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel2018-03-2952-168/+316
| |\ \ \ \ \ \
| | | | | | * | ACPI/IORT: Add msi address regions reservation helperShameer Kolothum2018-02-141-1/+6
| | | | | | * | iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit2018-02-131-7/+7
| | |_|_|_|/ / | |/| | | | |
| | * | | | | iommu/vt-d: Clean/document fault status flagsDmitry Safonov2018-02-131-6/+6
| |/ / / / /
* | | | | | Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-04-115-10/+33
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki2018-04-114-8/+33
| |\ \ \ \ \ \ \
| | * | | | | | | cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki2018-04-091-3/+4
| | * | | | | | | sched: idle: Select idle state before stopping the tickRafael J. Wysocki2018-04-091-0/+2
| | * | | | | | | time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki2018-04-071-0/+1
| | * | | | | | | cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki2018-04-062-3/+7
| | * | | | | | | jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki2018-04-061-2/+5
| | * | | | | | | sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki2018-04-051-0/+2
| | * | | | | | | time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki2018-04-051-0/+12
| | |/ / / / / /
| * | | | | | | cpufreq: Drop cpufreq_table_validate_and_show()Viresh Kumar2018-04-101-2/+0
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-1123-164/+275
|\ \ \ \ \ \ \ \
| * | | | | | | | page cache: use xa_lockMatthew Wilcox2018-04-114-14/+14
| * | | | | | | | xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-113-11/+39
| * | | | | | | | export __set_page_dirtyMatthew Wilcox2018-04-111-0/+1
| * | | | | | | | radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox2018-04-112-4/+6
| * | | | | | | | linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada2018-04-111-0/+9
| * | | | | | | | include/linux/kfifo.h: fix commentValentin Vidic2018-04-111-4/+4
| * | | | | | | | exec: pin stack limit during execKees Cook2018-04-111-0/+2
| * | | | | | | | exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-111-0/+1
| * | | | | | | | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-2/+4
| * | | | | | | | seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-111-0/+1
| * | | | | | | | task_struct: only use anon struct under randstruct pluginKees Cook2018-04-112-12/+3
| * | | | | | | | uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan2018-04-111-0/+6
| * | | | | | | | taint: add taint for randstructKees Cook2018-04-111-1/+2
| * | | | | | | | taint: convert to indexed initializationKees Cook2018-04-111-0/+1
| * | | | | | | | proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-112-1/+4
| * | | | | | | | procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2018-04-111-0/+3
| * | | | | | | | mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim2018-04-112-3/+1
| * | | | | | | | mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim2018-04-111-1/+1
| * | | | | | | | mm: unclutter THP migrationMichal Hocko2018-04-111-2/+2
| * | | | | | | | mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-112-4/+2
| * | | | | | | | mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner2018-04-111-17/+18
| * | | | | | | | mm/hmm: fix header file if/else/endif maze, againArnd Bergmann2018-04-111-9/+12
| * | | | | | | | mm/hmm: use device driver encoding for HMM pfnJérôme Glisse2018-04-111-36/+94
| * | | | | | | | mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse2018-04-111-1/+1
| * | | | | | | | mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse2018-04-111-2/+2