index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-25
lib/dim: Fix -Wunused-const-variable warnings
Leon Romanovsky
1
-56
/
+0
2019-07-25
leds: core: Add support for composing LED class device names
Jacek Anaszewski
1
-0
/
+45
2019-07-25
leds: class: Improve LED and LED flash class registration API
Jacek Anaszewski
2
-15
/
+34
2019-07-25
qed*: Change dpi_addr to be denoted with __iomem
Michal Kalderon
1
-1
/
+1
2019-07-25
platform/x86: wmi: add missing struct parameter description
Mattias Jacobsson
1
-0
/
+1
2019-07-25
Merge branch 'access-creds'
Linus Torvalds
1
-1
/
+7
2019-07-25
sched/core: Prevent race condition between cpuset and __sched_setscheduler()
Juri Lelli
1
-0
/
+5
2019-07-25
cgroup/cpuset: Change cpuset_rwsem and hotplug lock order
Juri Lelli
1
-4
/
+4
2019-07-25
cpusets: Rebuild root domain deadline accounting information
Mathieu Poirier
3
-0
/
+14
2019-07-25
sched/topology: Add partition_sched_domains_locked()
Mathieu Poirier
1
-0
/
+10
2019-07-25
sched/core: Convert get_task_struct() to return the task
Matthew Wilcox (Oracle)
1
-1
/
+5
2019-07-25
cpu/hotplug: Cache number of online CPUs
Thomas Gleixner
1
-9
/
+16
2019-07-25
cpumask: Implement cpumask_or_equal()
Thomas Gleixner
2
-0
/
+37
2019-07-25
smp/hotplug: Track booted once CPUs in a cpumask
Thomas Gleixner
1
-0
/
+2
2019-07-25
locking/lockdep: Reduce space occupied by stack traces
Bart Van Assche
1
-6
/
+3
2019-07-25
stacktrace: Constify 'entries' arguments
Bart Van Assche
1
-2
/
+2
2019-07-25
locking/lockdep: Make it clear that what lock_class::key points at is not modified
Bart Van Assche
1
-1
/
+1
2019-07-25
sched/fair: Use RCU accessors consistently for ->numa_group
Jann Horn
1
-1
/
+9
2019-07-25
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
1
-2
/
+2
2019-07-25
driver core: Remove device link creation limitation
Rafael J. Wysocki
1
-1
/
+3
2019-07-25
intel_th: msu: Introduce buffer interface
Alexander Shishkin
1
-0
/
+79
2019-07-25
usb: host: oxu210hp-hcd: remove include/linux/oxu210hp.h
Masahiro Yamada
1
-8
/
+0
2019-07-25
Input: allow drivers specify timestamp for input events
Atif Niyaz
1
-0
/
+14
2019-07-24
fpga: altera-pr-ip: Make alt_pr_unregister function void
Moritz Fischer
1
-1
/
+1
2019-07-24
access: avoid the RCU grace period for the temporary subjective credentials
Linus Torvalds
1
-1
/
+7
2019-07-24
lib/timerqueue: Rely on rbtree semantics for next timer
Davidlohr Bueso
1
-7
/
+6
2019-07-24
iommu: Introduce iommu_iotlb_gather_add_page()
Will Deacon
1
-0
/
+31
2019-07-24
iommu: Introduce struct iommu_iotlb_gather for batching TLB flushes
Will Deacon
1
-4
/
+39
2019-07-24
iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops
Will Deacon
1
-3
/
+3
2019-07-24
iommu: Remove empty iommu_tlb_range_add() callback from iommu_ops
Will Deacon
1
-15
/
+0
2019-07-24
can: Add SPDX license identifiers for CAN subsystem
Oliver Hartkopp
2
-2
/
+2
2019-07-24
can: remove obsolete empty ioctl() handler
Oliver Hartkopp
1
-1
/
+0
2019-07-23
PCI: Remove pci_block_cfg_access() et al (unused)
Kelsey Skunberg
1
-5
/
+0
2019-07-23
bpf: fix narrower loads on s390
Ilya Leoshkevich
1
-0
/
+13
2019-07-23
dma-mapping: use dma_get_mask in dma_addressing_limited
Eric Auger
1
-2
/
+2
2019-07-23
block: blk-mq: Remove blk_mq_sched_started_request and started_request
Marcos Paulo de Souza
1
-1
/
+0
2019-07-23
fbdev: Ditch fb_edid_add_monspecs
Daniel Vetter
1
-3
/
+0
2019-07-23
iommu/iova: Fix compilation error with !CONFIG_IOMMU_IOVA
Joerg Roedel
1
-1
/
+1
2019-07-23
PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()
Rafael J. Wysocki
1
-4
/
+0
2019-07-23
PM: sleep: Simplify suspend-to-idle control flow
Rafael J. Wysocki
1
-1
/
+0
2019-07-23
PCI: irq: Introduce rearm_wake_irq()
Rafael J. Wysocki
1
-0
/
+1
2019-07-22
net: Convert skb_frag_t to bio_vec
Matthew Wilcox (Oracle)
2
-8
/
+6
2019-07-22
net: Rename skb_frag_t size to bv_len
Matthew Wilcox (Oracle)
1
-5
/
+5
2019-07-22
net: Rename skb_frag page to bv_page
Matthew Wilcox (Oracle)
1
-7
/
+5
2019-07-22
net: Reorder the contents of skb_frag_t
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-07-22
net: Increase the size of skb_frag_t
Matthew Wilcox (Oracle)
1
-5
/
+0
2019-07-22
net: Use skb accessors in network core
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-07-22
firmware: qcom_scm: Cleanup code in qcom_scm_assign_mem()
Stephen Boyd
1
-4
/
+5
2019-07-22
clk: Add missing documentation of devm_clk_bulk_get_optional() argument
Sylwester Nawrocki
1
-0
/
+1
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
584
-6470
/
+10273
[prev]
[next]