summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-09-10extcon: Add new EXTCON_DISP_HMD for Head-mounted Display deviceChanwoo Choi1-0/+1
2016-09-10extcon: Add EXTCON_DISP_DP and the property for USB Type-CChris Zhong1-1/+7
2016-09-10extcon: Add the synchronization extcon APIs to support the notificationChanwoo Choi1-1/+29
2016-09-10extcon: Rename the extcon_set/get_state() to maintain the function naming pat...Chanwoo Choi1-7/+18
2016-09-10extcon: Add the support for the capability of each propertyChanwoo Choi1-0/+22
2016-09-10extcon: Add the support for extcon property according to extcon typeChanwoo Choi1-0/+81
2016-09-10extcon: Add the extcon_type to gather each connector into five categoryChanwoo Choi1-0/+9
2016-09-10extcon: Block the bit masking operation for cable state except for extcon coreChanwoo Choi1-30/+0
2016-09-10extcon: adc-jack: Remove the usage of extcon_set_state()Chanwoo Choi1-2/+2
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers1-3/+2
2016-09-10bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann1-0/+50
2016-09-10bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann1-0/+14
2016-09-09efi: Replace runtime services spinlock with semaphoreArd Biesheuvel1-0/+1
2016-09-09efi: Don't use spinlocks for efi varsSylvain Chouleur1-3/+3
2016-09-09efi: Use a file local lock for efivarsSylvain Chouleur1-6/+0
2016-09-09efi/runtime-map: Use efi.memmap directly instead of a copyMatt Fleming1-4/+0
2016-09-09efi: Allow drivers to reserve boot services foreverMatt Fleming1-0/+1
2016-09-09efi: Add efi_memmap_install() for installing new EFI memory mapsMatt Fleming1-0/+1
2016-09-09efi: Split out EFI memory map functions into new fileMatt Fleming1-0/+10
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming1-0/+2
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming1-0/+16
2016-09-09[media] media: platform: pxa_camera: make a standalone v4l2 deviceRobert Jarzmik1-0/+2
2016-09-09drivers/perf: arm_pmu: expose a cpumask in sysfsMark Rutland1-0/+1
2016-09-09drivers/perf: arm_pmu: add common attr group fieldsMark Rutland1-1/+9
2016-09-09x86/pkeys: Default to a restrictive init PKRUDave Hansen1-0/+4
2016-09-09generic syscalls: Wire up memory protection keys syscallsDave Hansen1-0/+8
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen1-5/+23
2016-09-09x86/pkeys: Make mprotect_key() mask off additional vm_flagsDave Hansen1-0/+1
2016-09-09mm: Implement new pkey_mprotect() system callDave Hansen1-12/+0
2016-09-09brcmfmac: add support for bcm4339 chip with modalias sdio:c00v02D0d4339Arend Van Spriel1-0/+1
2016-09-09add basic register-field manipulation macrosJakub Kicinski2-0/+96
2016-09-09kbuild: allow archs to select link dead code/data eliminationNicholas Piggin3-40/+51
2016-09-09rpmsg: Allow callback to return errorsBjorn Andersson1-2/+2
2016-09-09rpmsg: Move virtio specifics from public headerBjorn Andersson1-52/+0
2016-09-09rpmsg: virtio: Hide vrp pointer from the public APIBjorn Andersson1-3/+0
2016-09-09rpmsg: Hide rpmsg indirection tablesBjorn Andersson1-47/+0
2016-09-09rpmsg: Move endpoint related interface to rpmsg coreBjorn Andersson1-142/+6
2016-09-09rpmsg: Indirection table for rpmsg_endpoint operationsBjorn Andersson1-24/+38
2016-09-09rpmsg: Introduce indirection table for rpmsg_device operationsBjorn Andersson1-0/+23
2016-09-09rpmsg: Clean up rpmsg device vs channel namingBjorn Andersson1-15/+17
2016-09-09rpmsg: Make rpmsg_create_ept() take channel_info structBjorn Andersson1-1/+14
2016-09-09rpmsg: rpmsg_send() operations takes rpmsg_endpointBjorn Andersson1-30/+40
2016-09-09hwmon: (core) Add basic pwm attribute support to new APIGuenter Roeck1-0/+13
2016-09-09hwmon: (core) Add fan attribute support to new APIGuenter Roeck1-0/+27
2016-09-09hwmon: (core) Add energy and humidity attribute support to new APIGuenter Roeck1-0/+29
2016-09-09hwmon: (core) Add power attribute support to new APIGuenter Roeck1-0/+54
2016-09-09hwmon: (core) Add current attribute support to new APIGuenter Roeck1-0/+36
2016-09-09hwmon: (core) Add voltage attribute support to new APIGuenter Roeck1-0/+35
2016-09-09hwmon: (core) New hwmon registration APIGuenter Roeck1-0/+148
2016-09-09tcp: use an RB tree for ooo receive queueYaogong Wang2-4/+5