Age | Commit message (Expand) | Author | Files | Lines |
2017-11-27 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -1/+11 |
2017-11-27 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -45/+0 |
2017-11-27 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -7/+7 |
2017-11-27 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -8/+13 |
2017-11-25 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 6 | -111/+51 |
2017-11-25 | Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -3/+38 |
2017-11-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -0/+2 |
2017-11-24 | sched/debug: Fix task state recording/printout | Thomas Gleixner | 1 | -3/+3 |
2017-11-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 8 | -21/+23 |
2017-11-24 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2 | -26/+28 |
2017-11-24 | Merge tag 'sound-fix-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+3 |
2017-11-24 | Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 3 | -887/+12 |
2017-11-24 | Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g... | James Morris | 2 | -4/+5 |
2017-11-23 | x86/PCI: Remove unused HyperTransport interrupt support | Bjorn Helgaas | 2 | -45/+0 |
2017-11-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 3 | -19/+12 |
2017-11-23 | net: accept UFO datagrams from tuntap and packet | Willem de Bruijn | 5 | -2/+11 |
2017-11-23 | Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o... | Thomas Gleixner | 535 | -7647/+13367 |
2017-11-23 | bpf: fix branch pruning logic | Alexei Starovoitov | 1 | -1/+1 |
2017-11-23 | Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd | Linus Torvalds | 5 | -27/+14 |
2017-11-23 | dt-bindings: remove file that was added accidentally | Rob Clark | 1 | -887/+0 |
2017-11-23 | drm: add connector info/property for non-desktop displays [v2] | Dave Airlie | 2 | -0/+12 |
2017-11-22 | bpf: introduce ARG_PTR_TO_MEM_OR_NULL | Gianluca Borello | 1 | -0/+1 |
2017-11-22 | ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization | Takashi Iwai | 1 | -1/+3 |
2017-11-22 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 3 | -6/+3 |
2017-11-22 | timer: Remove redundant __setup_timer*() macros | Kees Cook | 3 | -45/+29 |
2017-11-22 | timer: Pass function down to initialization routines | Kees Cook | 1 | -15/+18 |
2017-11-22 | timer: Remove unused data arguments from macros | Kees Cook | 3 | -15/+8 |
2017-11-22 | timer: Switch callback prototype to take struct timer_list * argument | Kees Cook | 1 | -2/+2 |
2017-11-22 | timer: Pass timer_list pointer to callbacks unconditionally | Kees Cook | 1 | -4/+0 |
2017-11-22 | timer: Remove setup_*timer() interface | Kees Cook | 1 | -17/+0 |
2017-11-22 | timer: Remove init_timer() interface | Kees Cook | 1 | -3/+0 |
2017-11-22 | block/laptop_mode: Convert timers to use timer_setup() | Kees Cook | 1 | -1/+1 |
2017-11-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
2017-11-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 1 | -4/+2 |
2017-11-21 | sched/deadline: Don't use dubious signed bitfields | Dan Carpenter | 1 | -4/+4 |
2017-11-21 | Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linux | Linus Torvalds | 1 | -25/+0 |
2017-11-21 | bpf: make bpf_prog_offload_verifier_prep() static inline | Jakub Kicinski | 1 | -1/+1 |
2017-11-21 | bpf: revert report offload info to user space | Jakub Kicinski | 2 | -7/+0 |
2017-11-21 | bpf: turn bpf_prog_get_type() into a wrapper | Jakub Kicinski | 1 | -7/+6 |
2017-11-21 | bpf: offload: move offload device validation out to the drivers | Jakub Kicinski | 1 | -2/+2 |
2017-11-21 | bpf: offload: rename the ifindex field | Jakub Kicinski | 1 | -1/+1 |
2017-11-20 | Merge tag 'ntb-4.15' of git://github.com/jonmason/ntb | Linus Torvalds | 2 | -2/+382 |
2017-11-19 | tcp: when scheduling TLP, time of RTO should account for current ACK | Neal Cardwell | 1 | -1/+1 |
2017-11-19 | NTB: switchtec_ntb: Add skeleton NTB driver | Logan Gunthorpe | 1 | -0/+3 |
2017-11-19 | NTB: switchtec_ntb: Introduce initial NTB driver | Logan Gunthorpe | 1 | -0/+4 |
2017-11-19 | NTB: Add check and comment for link up to mw_count() and mw_get_align() | Logan Gunthorpe | 1 | -2/+6 |
2017-11-19 | NTB: switchtec: Add link event notifier callback | Logan Gunthorpe | 1 | -0/+4 |
2017-11-19 | NTB: switchtec: Add NTB hardware register definitions | Logan Gunthorpe | 1 | -0/+84 |
2017-11-19 | NTB: switchtec: Export class symbol for use in upper layer driver | Logan Gunthorpe | 1 | -0/+2 |
2017-11-19 | NTB: switchtec: Move structure definitions into a common header | Logan Gunthorpe | 1 | -0/+279 |