Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-22treewide: init_timer() -> setup_timer()Kees Cook
2017-11-22treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-14atm: horizon: Fix irq release errorArvind Yadav
2017-11-14Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01atm: iphase: Fix space before '[' error.Arvind Yadav
2017-10-18atm: idt77252: Convert timers to use timer_setup()Kees Cook
2017-10-18drivers/atm/suni: Convert timers to use timer_setup()Kees Cook
2017-10-15atm: fore200e: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-12atm: idt77105: Drop needless setup_timer()Kees Cook
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-08-10atm: make atmdev_ops constBhumika Goyal
2017-08-03atm: solos-pci: constify attribute_group structuresAmitoj Kaur Chawla
2017-08-03atm: adummy: constify attribute_group structureAmitoj Kaur Chawla
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-18atm: zatm: Fix an error handling path in 'zatm_init_one()'Christophe Jaillet
2017-07-17atm: idt77252: constify pci_device_id.Arvind Yadav
2017-07-17atm: eni: constify pci_device_id.Arvind Yadav
2017-07-17atm: firestream: constify pci_device_id.Arvind Yadav
2017-07-17atm: zatm: constify pci_device_id.Arvind Yadav
2017-07-17atm: lanai: constify pci_device_id.Arvind Yadav
2017-07-17atm: solos-pci: constify pci_device_id.Arvind Yadav
2017-07-17atm: horizon: constify pci_device_id.Arvind Yadav
2017-07-17atm: he: constify pci_device_id.Arvind Yadav
2017-07-17atm: nicstar: constify pci_device_id.Arvind Yadav
2017-07-17atm: fore200e: constify pci_device_id.Arvind Yadav
2017-07-17atm: ambassador: constify pci_device_id.Arvind Yadav
2017-07-17atm: iphase: constify pci_device_id.Arvind Yadav
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16atm: solos-pci: remove useless variable assignmentsGustavo A. R. Silva
2017-03-13ambassador: use setup_timerGeliang Tang
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-01Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2017-02-28lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-28scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada
2017-02-15atm: idt77252, use setup_timer and mod_timerJan Koniarik
2017-02-14idr: Return the deleted entry from idr_removeMatthew Wilcox
2016-12-29drivers: atm: eni: rename macro DAUGTHER_ID to fix spelling mistakeColin Ian King
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-05atm: fix improper return valuePan Bian
2016-12-05atm: lanai: set error code when ioremap failsPan Bian
2016-10-31solos-pci: use permission-specific DEVICE_ATTR variantsJulia Lawall
2016-09-16atm: iphase: fix newline escape and minor tweak to source formattingColin Ian King