aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-06-20sched/core: Drop the unused try_get_task_struct() helper functionGravatar Davidlohr Bueso 1-2/+0
2017-06-20Merge branch 'WIP.sched/core' into sched/coreGravatar Ingo Molnar 68-777/+1000
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingGravatar Ingo Molnar 2-12/+12
2017-06-20sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Gravatar Ingo Molnar 1-0/+1
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Gravatar Ingo Molnar 4-252/+262
2017-06-20sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h>Gravatar Ingo Molnar 1-323/+322
2017-06-20sched/wait: Improve the bit-wait API parameter names in the API function prot...Gravatar Ingo Molnar 1-15/+15
2017-06-20sched/wait: Standardize wait_bit_queue namingGravatar Ingo Molnar 1-4/+4
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameGravatar Ingo Molnar 1-3/+3
2017-06-20sched/wait: Standardize internal naming of wait-queue headsGravatar Ingo Molnar 1-38/+38
2017-06-20sched/wait: Standardize internal naming of wait-queue entriesGravatar Ingo Molnar 1-42/+42
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 10-44/+47
2017-06-20Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-0/+4
2017-06-19mm: larger stack guard gap, between vmasGravatar Hugh Dickins 1-28/+25
2017-06-16Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-1/+2
2017-06-16Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2017-06-16Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-06-15firmware: dmi_scan: Make dmi_walk and dmi_walk_early return real error codesGravatar Andy Lutomirski 1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-7/+15
2017-06-15Merge tag 'acpi-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-0/+14
2017-06-15Merge tag 'media/v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 2-1/+11
2017-06-15Merge branch 'acpica-fixes'Gravatar Rafael J. Wysocki 1-0/+14
2017-06-14block: Fix a blk_exit_rl() regressionGravatar Bart Van Assche 1-0/+2
2017-06-14net: update undefined ->ndo_change_mtu() commentGravatar Magnus Damm 1-2/+1
2017-06-12ACPICA: Tables: Mechanism to handle late stage acpi_get_table() imbalanceGravatar Lv Zheng 1-0/+14
2017-06-12configfs: Introduce config_item_get_unless_zero()Gravatar Bart Van Assche 1-1/+2
2017-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-3/+2
2017-06-11compiler, clang: properly override 'inline' for clangGravatar Linus Torvalds 1-1/+2
2017-06-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+6
2017-06-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-3/+29
2017-06-10Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+0
2017-06-09Merge tag 'iommu-fixes-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2017-06-09Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-06-09Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Ingo Molnar 1-2/+0
2017-06-09KEYS: DH: add __user annotations to keyctl_kdf_paramsGravatar Eric Biggers 1-2/+2
2017-06-09KEYS: sanitize key structs before freeingGravatar Eric Biggers 1-1/+0
2017-06-08Merge tag 'pm-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-5/+2
2017-06-09Merge branches 'intel_pstate' and 'pm-sleep'Gravatar Rafael J. Wysocki 1-5/+2
2017-06-08ethtool.h: remind to update 802.3ad when adding new speedsGravatar Nicolas Dichtel 1-2/+4
2017-06-08openvswitch: warn about missing first netlink attributeGravatar Nicolas Dichtel 1-0/+1
2017-06-08[media] media/cec.h: use IS_REACHABLE instead of IS_ENABLEDGravatar Hans Verkuil 1-1/+1
2017-06-08srcu: Allow use of Classic SRCU from both process and interrupt contextGravatar Paolo Bonzini 1-2/+0
2017-06-08net: ipv6: Release route when device is unregisteringGravatar David Ahern 1-0/+5
2017-06-08Merge tag 'kvm-arm-for-v4.12-rc5-take2' of git://git.kernel.org/pub/scm/linux...Gravatar Paolo Bonzini 2-3/+29
2017-06-08sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksGravatar Daniel Bristot de Oliveira 1-0/+1
2017-06-08sched/deadline: Fix dl_bw commentGravatar Daniel Bristot de Oliveira 1-1/+1
2017-06-08sched/deadline: Make GRUB a task's flagGravatar Luca Abeni 1-0/+1
2017-06-08sched/deadline: Improve the tracking of active utilizationGravatar Luca Abeni 1-0/+17
2017-06-07net: Fix inconsistent teardown and release of private netdev state.Gravatar David S. Miller 1-3/+4
2017-06-07Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Gravatar Rafael J. Wysocki 1-5/+2