Linux Driver Development
Thread Index
[
Prev Page
][
Next Page
]
[PATCH 00/20 v4] staging: gasket: sundry fixes and fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 1/1] x86/hyper-v: Fix a merge error
From
: kys@xxxxxxxxxxxxxxxxx
[PATCH 19/20] staging: gasket: common ioctl dispatcher add __user annotations
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 18/20] staging: gasket: apex ioctl add __user annotations
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 20/20] staging: gasket: common ioctls add __user annotations
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 16/20] staging: gasket: always allow root open for write
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 17/20] staging: gasket: top ioctl handler add __user annotations
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 13/20] staging: gasket: gasket_mmap use PAGE_MASK
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 15/20] staging: gasket: fix multi-line comment syntax in gasket_core.h
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 14/20] staging: gasket: remove extra parens in gasket_write_mappable_regions
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 12/20] staging: gasket: remove unnecessary parens in page table code
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 11/20] staging: gasket: fix comment syntax in apex.h
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 09/20] staging: gasket: gasket page table functions use bool return type
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 07/20] staging: gasket: gasket_mmap return error instead of valid BAR index
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 10/20] staging: gasket: remove else clause after return in if clause
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 08/20] staging: gasket: apex_clock_gating simplify logic, reduce indentation
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 05/20] staging: gasket: remove unnecessary code in coherent allocator
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 06/20] staging: gasket: don't treat no device reset callback as an error
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 03/20] staging: gasket: remove code for no physical device
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 04/20] staging: gasket: fix class create bug handling
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 02/20] staging: gasket: gasket_enable_dev remove unnecessary variable
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 01/20] staging: gasket: allow compile for ARM64 in Kconfig
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 17/32] staging: gasket: annotate ioctl arg with __user
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [RFC PATCH v3] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Jacob Feder <jacobsfeder@xxxxxxxxx>
Re: [PATCH 16/32] staging: gasket: always allow root open for write
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH] Staging: pi433: rf69: fixed a multi line comment issue
From
: Mark Railton <mark@xxxxxxxxxxxxxxx>
Re: [PATCH v7 4/4] kexec_file: Load kernel at top of system RAM if required
From
: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Re: [RFC PATCH v3] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
Re: [RFC PATCH v3] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
Re: [PATCH v7 1/4] resource: Move reparent_resources() to kernel/resource.c and make it public
From
: Baoquan He <bhe@xxxxxxxxxx>
Re: [PATCH v7 4/4] kexec_file: Load kernel at top of system RAM if required
From
: Baoquan He <bhe@xxxxxxxxxx>
[Update PATCH V3 1/4] X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
Re: [PATCH V3 1/4] X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support
From
: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Re: [PATCH V3 1/4] X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
Re: [PATCH V3 1/4] X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support
From
: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Re: [RFC PATCH v3] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 17/32] staging: gasket: annotate ioctl arg with __user
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH V3 0/4] KVM/x86/hyper-V: Introduce PV guest address space mapping flush support
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
Re: [PATCH 16/32] staging: gasket: always allow root open for write
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 05/23] staging: wilc1000: rename goto to avoid leading '_' in label name
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 01/32] staging: gasket: remove X86 Kconfig restriction
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH V3 0/4] KVM/x86/hyper-V: Introduce PV guest address space mapping flush support
From
: Paolo Bonzini <pbonzini@xxxxxxxxxx>
[PATCH V3 1/4] X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
[PATCH V3 2/4] X86/Hyper-V: Add hyperv_nested_flush_guest_mapping ftrace support
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
[PATCH V3 0/4] KVM/x86/hyper-V: Introduce PV guest address space mapping flush support
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
Re: [PATCH 00/23] staging: wilc1000: cleanup patch to follow linux coding style
From
: Claudiu Beznea <Claudiu.Beznea@xxxxxxxxxxxxx>
[PATCH 23/23] staging: wilc1000: move variable assignment along with its declaration
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 21/23] staging: wilc1000: use 'int' inplace of 's32' date type
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 22/23] staging: wilc1000: remove unnecessary 'NULL' check from cfg80211_ops callbacks
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 20/23] staging: wilc1000: avoid setting default value for variable at declaration
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 19/23] staging: wilc1000: avoid forward declaration of host_int_parse_join_bss_param()
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 18/23] staging: wilc1000: avoid host_int_get_assoc_res_info() forward declaration
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 17/23] staging: wilc1000: avoid forward declaration for handle_scan_done()
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 16/23] staging: wilc1000: remove unnecessary type used for wid id
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 15/23] staging: wilc1000: use single space before opening brances '{'
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 14/23] staging: wilc1000: remove unnecessary blank line between variable declaration
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 13/23] staging: wilc1000: use lowercase for 'IFC_UP' struct element name
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 12/23] staging: wilc1000: remove the mutliple #define used for same macro
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 11/23] staging: wilc1000: removed unused element from wilc_cfg_frame struct
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 10/23] staging: wilc1000: remove unnecessary elements from 'wilc_priv' struct
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 09/23] staging: wilc1000: remove unused elements in 'wilc' struct
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 08/23] staging: wilc1000: rename enum AUTHTYPE to use lowercase
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 07/23] staging: wilc1000: rename enum SITESURVEY to use lowercase
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 06/23] staging: wilc1000: rename enum CURRENT_TXRATE to use lowercase
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 05/23] staging: wilc1000: rename goto to avoid leading '_' in label name
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 04/23] staging: wilc1000: remove extra enums defined for ieee80211_eid
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 03/23] staging: wilc1000: remove extra enum defined for data rates
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 02/23] staging: wilc1000: remove enum connect_status instead use ieee80211_statuscode
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 01/23] staging: wilc1000: remove unused enum declaration
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
[PATCH 00/23] staging: wilc1000: cleanup patch to follow linux coding style
From
: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx>
Re: [PATCH 01/32] staging: gasket: remove X86 Kconfig restriction
From
: kbuild test robot <lkp@xxxxxxxxx>
Re: [PATCH resend] staging: gasket: remove X86 Kconfig restriction
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[RFC PATCH v3] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Jacob Feder <jacobsfeder@xxxxxxxxx>
Re: [PATCH resend] staging: gasket: remove X86 Kconfig restriction
From
: kbuild test robot <lkp@xxxxxxxxx>
RE: [PATCH 1/2] staging:fsl-mc: Move DPIO from staging to drivers/soc/fsl
From
: Leo Li <leoyang.li@xxxxxxx>
Re: [PATCH v7 4/4] kexec_file: Load kernel at top of system RAM if required
From
: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH net,v2] hv_netvsc: Fix napi reschedule while receive completion is busy
From
: David Miller <davem@xxxxxxxxxxxxx>
Re: [PATCH v7 1/4] resource: Move reparent_resources() to kernel/resource.c and make it public
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Re: [PATCH v7 1/4] resource: Move reparent_resources() to kernel/resource.c and make it public
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Re: [PATCH V2 2/5] KVM: Add tlb remote flush callback in kvm_x86_ops.
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
Re: [PATCH V2 3/5] KVM/VMX: Add identical ept table pointer check
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
Re: [PATCH V2 2/5] KVM: Add tlb remote flush callback in kvm_x86_ops.
From
: Paolo Bonzini <pbonzini@xxxxxxxxxx>
Re: [PATCH V2 3/5] KVM/VMX: Add identical ept table pointer check
From
: Paolo Bonzini <pbonzini@xxxxxxxxxx>
Re: [PATCH V2 2/5] KVM: Add tlb remote flush callback in kvm_x86_ops.
From
: Paolo Bonzini <pbonzini@xxxxxxxxxx>
Re: [PATCH 0/6] lib/crc32: treewide: Use existing define with polynomial
From
: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
[PATCH v7 4/4] kexec_file: Load kernel at top of system RAM if required
From
: Baoquan He <bhe@xxxxxxxxxx>
[PATCH v7 3/4] resource: add walk_system_ram_res_rev()
From
: Baoquan He <bhe@xxxxxxxxxx>
[PATCH v7 2/4] resource: Use list_head to link sibling resource
From
: Baoquan He <bhe@xxxxxxxxxx>
[PATCH v7 1/4] resource: Move reparent_resources() to kernel/resource.c and make it public
From
: Baoquan He <bhe@xxxxxxxxxx>
[PATCH v7 0/4] resource: Use list_head to link sibling resource
From
: Baoquan He <bhe@xxxxxxxxxx>
Re: [PATCH 0/6] lib/crc32: treewide: Use existing define with polynomial
From
: Eric Biggers <ebiggers3@xxxxxxxxx>
[PATCH 30/32] staging: gasket: gasket_mmap use PAGE_MASK
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 32/32] staging: gasket: fix multi-line comment syntax in gasket_core.h
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 29/32] staging: gasket: remove unnecessary parens in page table code
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 31/32] staging: gasket: remove extra parens in gasket_write_mappable_regions
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 28/32] staging: gasket: fix comment syntax in apex.h
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 27/32] staging: gasket: remove else clause after return in if clause
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 25/32] staging: gasket: apex_ioctl_check_permissions use bool return type
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 26/32] staging: gasket: gasket page table functions use bool return type
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 23/32] staging: gasket: gasket_mmap return error instead of valid BAR index
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 24/32] staging: gasket: apex_clock_gating simplify logic, reduce indentation
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 19/32] staging: gasket: remove code for no physical device
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 22/32] staging: gasket: don't treat no device reset callback as an error
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 21/32] staging: gasket: remove unnecessary code in coherent allocator
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 15/32] staging: gasket: drop gasket_cdev_get_info, use container_of
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 17/32] staging: gasket: annotate ioctl arg with __user
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 20/32] staging: gasket: fix class create bug handling
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 14/32] staging: gasket: bail out of reset sequence on device callback error
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 18/32] staging: gasket: gasket_enable_dev remove unnecessary variable
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 12/32] staging: gasket: gasket_wait_with_reschedule simplify logic
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 13/32] staging: gasket: gasket_wait_with_reschedule use 32 bits of retry count
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 16/32] staging: gasket: always allow root open for write
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 11/32] staging: gasket: gasket_wait_with_reschedule use msleep
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 10/32] staging: gasket: fix gasket_wait_with_reschedule timeout return code
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 07/32] staging: gasket: Return EBUSY on mapping create when already in use
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 09/32] staging: gasket: convert gasket_mmap_has_permissions to bool return
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 08/32] staging: gasket: Remove stale pointers on error allocating attr array
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 05/32] staging: gasket: remove driver registration on class creation failure
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 06/32] staging: gasket: hold mutex on gasket driver unregistration
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 04/32] staging: gasket: whitespace fix in gasket_page_table_init
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 03/32] staging: gasket: fix typo in gasket_core.h comments
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 02/32] staging: gasket: fix typo in apex_enter_reset
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 01/32] staging: gasket: remove X86 Kconfig restriction
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 00/32 v3] staging: gasket: sundry fixes and fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 12/32] staging: gasket: gasket_wait_with_reschedule return when condition hit
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 12/32] staging: gasket: gasket_wait_with_reschedule return when condition hit
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 27/32] staging: gasket: remove else clause after return in if clause
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 16/32] staging: gasket: always allow root open for write
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 16/32] staging: gasket: always allow root open for write
From
: Joe Perches <joe@xxxxxxxxxxx>
Re: [PATCH 17/32] staging: gasket: annotate ioctl arg with __user
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH net, v2] hv_netvsc: Fix napi reschedule while receive completion is busy
From
: Haiyang Zhang <haiyangz@xxxxxxxxxxxxxxxxx>
[PATCH 6/6] lib: Use existing define with polynomial
From
: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
[PATCH 5/6] staging: rtl: Use existing define with polynomial
From
: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
[PATCH 4/6] net: ethernet: Use existing define with polynomial
From
: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
[PATCH 3/6] crypto: stm32_crc32 - Use existing define with polynomial
From
: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
[PATCH 2/6] lib/crc: Use consistent naming for CRC-32 polynomials
From
: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
[PATCH 1/6] lib/crc: Move polynomial definition to separate header
From
: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
[PATCH 0/6] lib/crc32: treewide: Use existing define with polynomial
From
: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
Re: [PATCH 00/32 v2] staging: gasket: sundry fixes and fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxxx>
Re: [PATCH 00/32 v2] staging: gasket: sundry fixes and fixups
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [RFC PATCH v2] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 00/32 v2] staging: gasket: sundry fixes and fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxxx>
Re: [PATCH 00/32 v2] staging: gasket: sundry fixes and fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxxx>
Re: [PATCH 00/32 v2] staging: gasket: sundry fixes and fixups
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 00/32 v2] staging: gasket: sundry fixes and fixups
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 12/32] staging: gasket: gasket_wait_with_reschedule return when condition hit
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
[PATCH v2] media: staging: tegra-vde: Replace debug messages with trace points
From
: Dmitry Osipenko <digetx@xxxxxxxxx>
Re: [PATCH 30/32] staging: gasket: gasket_mmap use PAGE_MASK
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 27/32] staging: gasket: remove else clause after return in if clause
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 17/32] staging: gasket: annotate ioctl arg with __user
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 16/32] staging: gasket: always allow root open for write
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 12/32] staging: gasket: gasket_wait_with_reschedule return when condition hit
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 11/32] staging: gasket: gasket_wait_with_reschedule use msleep
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [RFC PATCH v2] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 05/18] staging: gasket: sysfs mapping creation fixups
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 30/32] staging: gasket: gasket_mmap use PAGE_MASK
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 31/32] staging: gasket: remove extra parens in gasket_write_mappable_regions
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 29/32] staging: gasket: remove unnecessary parens in page table code
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 32/32] staging: gasket: fix multi-line comment syntax in gasket_core.h
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 27/32] staging: gasket: remove else clause after return in if clause
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 26/32] staging: gasket: gasket page table functions use bool return type
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 28/32] staging: gasket: fix comment syntax in apex.h
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 24/32] staging: gasket: apex_clock_gating simplify logic, reduce indentation
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 25/32] staging: gasket: apex_ioctl_check_permissions use bool return type
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 23/32] staging: gasket: gasket_mmap return error instead of valid BAR index
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 22/32] staging: gasket: don't treat no device reset callback as an error
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 20/32] staging: gasket: fix class create bug handling
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 21/32] staging: gasket: remove unnecessary code in coherent allocator
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 18/32] staging: gasket: gasket_enable_dev remove unnecessary variable
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 19/32] staging: gasket: remove code for no physical device
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 17/32] staging: gasket: annotate ioctl arg with __user
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 16/32] staging: gasket: always allow root open for write
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 15/32] staging: gasket: drop gasket_cdev_get_info, use container_of
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 13/32] staging: gasket: gasket_wait_with_reschedule use 32 bits of retry count
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 14/32] staging: gasket: bail out of reset sequence on device callback error
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 11/32] staging: gasket: gasket_wait_with_reschedule use msleep
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 12/32] staging: gasket: gasket_wait_with_reschedule return when condition hit
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 10/32] staging: gasket: fix gasket_wait_with_reschedule timeout return code
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 09/32] staging: gasket: convert gasket_mmap_has_permissions to bool return
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 07/32] staging: gasket: Return EBUSY on mapping create when already in use
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 08/32] staging: gasket: Remove stale pointers on error allocating attr array
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 05/32] staging: gasket: remove driver registration on class creation failure
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 06/32] staging: gasket: hold mutex on gasket driver unregistration
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 04/32] staging: gasket: whitespace fix in gasket_page_table_init
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 02/32] staging: gasket: fix typo in apex_enter_reset
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 03/32] staging: gasket: fix typo in gasket_core.h comments
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 01/32] staging: gasket: remove X86 Kconfig restriction
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 00/32 v2] staging: gasket: sundry fixes and fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 13/18] staging: gasket: gasket_enable_dev fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 11/18] staging: gasket: always allow root open for write
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 11/18] staging: gasket: always allow root open for write
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 10/18] staging: gasket: gasket_open use container_of()
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 06/18] staging: gasket: fix deadlock in pci driver unregister path
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 04/18] staging: gasket: device registration error and unregister fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 05/18] staging: gasket: sysfs mapping creation fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH] staging: android: ashmem: Shrink directly through shmem_fallocate
From
: Joel Fernandes <joel@xxxxxxxxxxxxxxxxx>
[PATCH v2 07/10] staging:rtl8192u: Rename TSpec > t_spec - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 10/10] staging:rtl8192u: Rename TClasNum > t_clas_num - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 09/10] staging:trl8192u: Rename TClasProc > t_clas_proc - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 06/10] staging:rtl8192u: Rename Addr > addr - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 08/10] staging:rtl8192u: Rename TClass > t_class - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 04/10] staging:rtl8192u: rename SetupTimer > setup_timer - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 05/10] staging:rtl8192u: Rename InactTimer > inact_timer - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 03/10] staging:rtl8192u: Rename List > list - Coding style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 02/10] staging:rtl8192u: remove typedef of struct TS_COMMON_INFO - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 01/10] staging:rtl8192u: remove typedef of enumeration TR_SELECT - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 00/10] staging:rtl8192u: Coding style changes.
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
Re: [PATCH] staging: goldfish: Retire a mutable global variable
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] staging: goldfish: Retire a mutable global variable
From
: Roman Kiryanov <rkir@xxxxxxxxxx>
[PATCH] staging: mt7621-pci: dt-bindings: add DT documentation for PCI MT7621
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 11/15] staging: mt7621-pci: remove RALINK_PCI_BASE from remaining definitions
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 15/15] staging: mt7621-pci: remove remaining pci_legacy dependant code
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 13/15] staging: mt7621-pci: rename RALINK_PCI_CONFIG_DATA_VIRTUAL_REG definition
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 14/15] staging: mt7621-pci: remove duplicated include
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 10/15] staging: mt7621-pci: use pcie_[read|write] in RALINK_PCI_PCICFG_ADDR and RALINK_PCI_PCIMSK_ADDR
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 08/15] staging: mt7621-pci: avoid register duplication per controller using pcie_[read|write]
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 06/15] staging: mt7621-pci: simplify write_config function
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 12/15] staging: mt7621-pci: use BIT macro in preprocessor definitions
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 07/15] staging: mt7621-pci: remove unused macros
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 05/15] staging: mt7621-pci: simplify read_config function
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 01/15] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 09/15] staging: mt7621-pci: remove unused includes
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 00/15] staging: mt7621-pci: avoid custom pci config read and writes
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 04/15] staging: mt7621-pci: use pcie_[read|write] in [write|read]_config
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 03/15] staging: mt7621-pci: add pcie_write and pcie_read helpers
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v4 02/15] staging: mt7621-pci: remove dead code derived to not use custom reads and writes
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH] staging: comedi: comedi_internal.h: Avoid '(' at the end of line
From
: Nishad Kamdar <nishadkamdar@xxxxxxxxx>
[PATCH] staging: rtl8188eu: remove blank lines
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 2/2] staging: rtl8188eu: use is_multicast_ether_addr
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 1/2] staging: rtl8188eu: remove MacAddr_isBcst macro
From
: Michael Straube <straube.linux@xxxxxxxxx>
Re: [RFC PATCH v2] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Jacob Feder <jacobsfeder@xxxxxxxxx>
Re: [PATCH 04/18] staging: gasket: device registration error and unregister fixups
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 2/2] staging:r8188eu: Use lib80211 to encrypt (CCMP) tx frames
From
: Michael Straube <straube.linux@xxxxxxxxx>
Re: [PATCH 02/10] staging:rtl8192u: remove typedef of struct TS_COMMON_INFO - Style
From
: John Whitmore <arigead@xxxxxxxxx>
Re: staging:rtl8192u: [0/10] Coding style changes.
From
: John Whitmore <arigead@xxxxxxxxx>
Re: [PATCH 01/10] staging:rtl8192u: remove typedef of enumeration TR_SELECT - Style
From
: John Whitmore <arigead@xxxxxxxxx>
Re: [PATCH] staging: ks7010_sdio:Fix checkpatch out of memory warning
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] ks7010_sdio:Fix checkpatch out of memory warning
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] staging: android: ashmem: Shrink directly through shmem_fallocate
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 2/2] staging: fbtft: Fix line continuation
From
: Matthias Wolf <der_wolf_@xxxxxx>
[PATCH 1/2] staging: fbtft: Fix line over 80 characters
From
: Matthias Wolf <der_wolf_@xxxxxx>
Re: [PATCH] staging: comedi: comedi_fops: Shift assignment operator '=' to previous line
From
: Ian Abbott <abbotti@xxxxxxxxx>
Re: [PATCH 02/10] staging:rtl8192u: remove typedef of struct TS_COMMON_INFO - Style
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 01/10] staging:rtl8192u: remove typedef of enumeration TR_SELECT - Style
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: staging:rtl8192u: [0/10] Coding style changes.
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 3/4] staging: mt7621: Add braces around macro argument
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 2/4] staging: mt7621-pci: Fix coding style issues reported by checkpatch
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] staging: goldfish: Retire a mutable global variable
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [RFC PATCH v2] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Greg KH <greg@xxxxxxxxx>
Re: [PATCH 4.17 REGRESSION fix] Revert "staging:r8188eu: Use lib80211 to support TKIP"
From
: Ivan Safonov <insafonov@xxxxxxxxx>
Re: [RFC PATCH v2] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Jacob Feder <jacobsfeder@xxxxxxxxx>
Re: [RFC PATCH v2] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Greg KH <greg@xxxxxxxxx>
Re: [PATCH 11/18] staging: gasket: always allow root open for write
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH resend] staging: gasket: remove X86 Kconfig restriction
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH resend] staging: gasket: don't release coherent mappings
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH resend] staging: gasket: convert gasket_mmap_has_permissions to bool return
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH resend] staging: gasket: remove unnecessary code in coherent allocator
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH resend] staging: gasket: fix class create bug handling
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH resend] staging: gasket: gasket_open use container_of()
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH resend] staging: gasket: remove X86 Kconfig restriction
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH resend] staging: gasket: don't release coherent mappings
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 11/18] staging: gasket: always allow root open for write
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 12/18] staging: gasket: annotate ioctl arg with __user
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[RFC PATCH v2] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Jacob Feder <jacobsfeder@xxxxxxxxx>
Re: [PATCH 11/18] staging: gasket: always allow root open for write
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 11/18] staging: gasket: always allow root open for write
From
: Dmitry Torokhov <dtor@xxxxxxxxxxxx>
Re: [PATCH 11/18] staging: gasket: always allow root open for write
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 11/18] staging: gasket: always allow root open for write
From
: Dmitry Torokhov <dtor@xxxxxxxxxxxx>
Re: [PATCH 11/18] staging: gasket: always allow root open for write
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 12/18] staging: gasket: annotate ioctl arg with __user
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH] ks7010_sdio:Fix checkpatch out of memory warning
From
: RAGHU Halharvi <raghuhack78@xxxxxxxxx>
Re: [PATCH] staging: comedi: comedi_internal.h: Avoid '(' at the end of line
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH] staging: comedi: comedi_internal.h: Avoid '(' at the end of line
From
: Nishad Kamdar <nishadkamdar@xxxxxxxxx>
[PATCH 1/2] staging: olpc_dcon: prefer 'help' in KConfig
From
: Cristian Kubis <cristian.kubis@xxxxxxxxx>
[PATCH 2/2] staging: olpc_dcon: add missing identifier names
From
: Cristian Kubis <cristian.kubis@xxxxxxxxx>
[PATCH 0/2] staging: olpc_dcon: fix style warnings
From
: Cristian Kubis <cristian.kubis@xxxxxxxxx>
Re: [PATCH] vme: ca91cx42: remove redundant variable i
From
: Martyn Welch <martyn@xxxxxxxxxxxx>
Re: [PATCH 12/18] staging: gasket: annotate ioctl arg with __user
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 4.17 REGRESSION fix] Revert "staging:r8188eu: Use lib80211 to support TKIP"
From
: Hans de Goede <hdegoede@xxxxxxxxxx>
[PATCH 4.17 REGRESSION fix 0/1] Revert "staging:r8188eu: Use lib80211 to support TKIP"
From
: Hans de Goede <hdegoede@xxxxxxxxxx>
[PATCH 1/2] staging:r8188eu: Use lib80211 to encrypt (TKIP) tx frames
From
: Ivan Safonov <insafonov@xxxxxxxxx>
[PATCH 2/2] staging:r8188eu: Use lib80211 to encrypt (CCMP) tx frames
From
: Ivan Safonov <insafonov@xxxxxxxxx>
[PATCH] vme: ca91cx42: remove redundant variable i
From
: Colin King <colin.king@xxxxxxxxxxxxx>
[PATCH] staging: comedi: comedi_fops: Shift assignment operator '=' to previous line
From
: Nishad Kamdar <nishadkamdar@xxxxxxxxx>
[PATCH v3 15/15] staging: mt7621-pci: remove remaining pci_legacy dependant code
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 12/15] staging: mt7621-pci: use BIT macro in preprocessor definitions
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 14/15] staging: mt7621-pci: remove duplicated include
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 09/15] staging: mt7621-pci: remove unused includes
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 11/15] staging: mt7621-pci: remove RALINK_PCI_BASE from remaining definitions
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 08/15] staging: mt7621-pci: avoid register duplication per controller using pcie_[read|write]
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 13/15] staging: mt7621-pci: rename RALINK_PCI_CONFIG_DATA_VIRTUAL_REG definition
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 07/15] staging: mt7621-pci: remove unused macros
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 10/15] staging: mt7621-pci: use pcie_[read|write] in RALINK_PCI_PCICFG_ADDR and RALINK_PCI_PCIMSK_ADDR
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 04/15] staging: mt7621-pci: use pcie_[read|write] in [write|read]_config
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 05/15] staging: mt7621-pci: simplify read_config function
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 06/15] staging: mt7621-pci: simplify write_config function
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 02/15] staging: mt7621-pci: remove dead code derived to not use custom reads and writes
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 03/15] staging: mt7621-pci: add pcie_write and pcie_read helpers
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 00/15] staging: mt7621-pci: avoid custom pci config read and writes
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 01/15] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH 06/18] staging: gasket: fix deadlock in pci driver unregister path
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 4/6] staging: rtl8188eu: rename variable
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 6/6] staging: rtl8188eu: remove redundant header file
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 2/6] staging: rtl8188eu: rename Efuse_PowerSwitch
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 5/6] staging: rtl8188eu: add spaces around '+'
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 3/6] staging: rtl8188eu: rename function parameters
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 1/6] staging: rtl8188eu: do not line break function definition
From
: Michael Straube <straube.linux@xxxxxxxxx>
Re: [PATCH 2/3] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH 11/18] staging: gasket: always allow root open for write
From
: Dmitry Torokhov <dtor@xxxxxxxxxxxx>
Re: [PATCH 14/18] staging: gasket: fix class create bug handling
From
: Dmitry Torokhov <dtor@xxxxxxxxxxxx>
Re: [PATCH 06/18] staging: gasket: fix deadlock in pci driver unregister path
From
: Dmitry Torokhov <dtor@xxxxxxxxxxxx>
Re: [PATCH 10/18] staging: gasket: gasket_open use container_of()
From
: Dmitry Torokhov <dtor@xxxxxxxxxxxx>
Re: [PATCH 12/18] staging: gasket: annotate ioctl arg with __user
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 13/18] staging: gasket: gasket_enable_dev fixups
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 06/18] staging: gasket: fix deadlock in pci driver unregister path
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 12/18] staging: gasket: annotate ioctl arg with __user
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 08/18] staging: gasket: gasket_wait_with_reschedule fixups
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 05/18] staging: gasket: sysfs mapping creation fixups
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 03/18] staging: gasket: typo and whitespace cleanups
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 18/18] staging: gasket: various cleanups
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 02/18 v2] MAINTAINERS: Add maintainer for drivers/staging/gasket
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 02/18] MAINTAINERS: Add maintainer for drivers/staging/gasket
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 02/18 v2] MAINTAINERS: Add maintainer for drivers/staging/gasket
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 12/18] staging: gasket: annotate ioctl arg with __user
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 18/18] staging: gasket: various cleanups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 16/18] staging: gasket: gasket core error handling fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 17/18] staging: gasket: don't release coherent mappings
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 11/18] staging: gasket: always allow root open for write
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 14/18] staging: gasket: fix class create bug handling
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 13/18] staging: gasket: gasket_enable_dev fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 15/18] staging: gasket: remove unnecessary code in coherent allocator
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 09/18] staging: gasket: bail out of reset sequence on device callback error
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 10/18] staging: gasket: gasket_open use container_of()
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 08/18] staging: gasket: gasket_wait_with_reschedule fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 07/18] staging: gasket: convert gasket_mmap_has_permissions to bool return
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 03/18] staging: gasket: typo and whitespace cleanups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 05/18] staging: gasket: sysfs mapping creation fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 06/18] staging: gasket: fix deadlock in pci driver unregister path
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 02/18] MAINTAINERS: Add maintainer for drivers/staging/gasket
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 04/18] staging: gasket: device registration error and unregister fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 01/18] staging: gasket: remove X86 Kconfig restriction
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
[PATCH 00/18] staging: gasket: sundry fixes and fixups
From
: Todd Poynor <toddpoynor@xxxxxxxxx>
Re: [PATCH 2/3] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: NeilBrown <neil@xxxxxxxxxx>
[PATCH] staging: goldfish: Retire a mutable global variable
From
: rkir@xxxxxxxxxx
[PATCH 10/10] staging:rtl8192u: Rename TClasNum > t_clas_num - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 09/10] staging:trl8192u: Rename TClasProc > t_clas_proc - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 07/10] staging:rtl8192u: Rename TSpec > t_spec - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 08/10] staging:rtl8192u: Rename TClass > t_class - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 06/10] staging:rtl8192u: Rename Addr > addr - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 05/10] staging:rtl8192u: Rename InactTimer > inact_timer - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 04/10] staging:rtl8192u: rename SetupTimer > setup_timer - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 03/10] staging:rtl8192u: Rename List > list - Coding style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 02/10] staging:rtl8192u: remove typedef of struct TS_COMMON_INFO - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 01/10] staging:rtl8192u: remove typedef of enumeration TR_SELECT - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
staging:rtl8192u: [0/10] Coding style changes.
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH] staging: rtl8188eu: remove is_{multicast,broadcast}_mac_addr
From
: Michael Straube <straube.linux@xxxxxxxxx>
Re: [PATCH] staging: gasket remove current_kernel_time usage
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] staging: gasket remove current_kernel_time usage
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH] staging: gasket remove current_kernel_time usage
From
: Arnd Bergmann <arnd@xxxxxxxx>
Re: [PATCH v3] staging: ks7010: call 'hostif_mib_set_request_int' instead of 'hostif_mib_set_request_bool'
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
RE: [PATCH] Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
From
: "Michael Kelley (EOSG)" <Michael.H.Kelley@xxxxxxxxxxxxx>
[PATCH 1/4] staging: mt7621-pci: Include preferred headers
From
: Oliver Hübers <oliver.huebers@xxxxxx>
[PATCH 2/4] staging: mt7621-pci: Fix coding style issues reported by checkpatch
From
: Oliver Hübers <oliver.huebers@xxxxxx>
[PATCH 4/4] staging: mt7621: Add SPDX license identifier
From
: Oliver Hübers <oliver.huebers@xxxxxx>
[PATCH 3/4] staging: mt7621: Add braces around macro argument
From
: Oliver Hübers <oliver.huebers@xxxxxx>
Re: [PATCH 04/10] staging:rtl8192u: Rename file macro to avoid camel case - Coding Style
From
: John Whitmore <arigead@xxxxxxxxx>
[PATCH 13/13] staging:rtl8192u: Rename file macro to avoid camel case - Coding Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 12/13] staging:rtl8192u: Rename CmdID_RF_WriteReg > CMD_ID_RF_WRITE_REG - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 10/13] staging:rtl8192u: Rename CmdID_WritePortUshort > CMD_ID_WRITE_PORT_USHORT
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 11/13] staging:rtl8192u: Rename CmdID_WritePortUchar > CMD_ID_WRITE_PORT_UCHAR
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 08/13] staging:rtl8192u: Remove unused enum label CmdID_BBRegWrite10
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 09/13] staging:rtl8192u: Rename CmdID_WritePortUlong > CMD_ID_WRITE_PORT_ULONG
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 05/13] staging:rtl8192u: Rename SwChnlCmdID > switch_chan_cmd_id - Coding Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 07/13] staging:rtl8192u: rename CmdID_SetTxPowerLevel > CMD_ID_SET_TX_PWR_LEVEL
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 06/13] staging:rtl8192u: Rename enum label CmdID_End > CMD_ID_END - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 03/13] staging:rtl8192u: Remove typdef from enumeration RF90_RADIO_PATH_E - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 04/13] staging:rtl8192u: remove typedef from structure SwChnlCmd - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 02/13] staging:rtl8192u: remove typdef from enumeration HW90_BLOCK_E - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 01/13] staging:rtl8192u: remove typedef of enumeration SwChnlCmdID - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[0/13] staging:rtl8192u: Coding style changes
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 5/5] staging: gasket: remove gasket_page_table_num_extended_entries()
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 3/5] staging: gasket: remove gasket_interrupt_trigger_eventfd()
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 4/5] staging: gasket: remove gasket_interrupt_get_msix_entries()
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 2/5] staging: gasket: remove gasket_interrupt_get_eventfd_ctxs()
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 1/5] staging: gasket: remove pointless gasket_interrupt_pause()
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 04/10] staging:rtl8192u: Rename file macro to avoid camel case - Coding Style
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] staging/rtl8192u: hide unused procfs helpers
From
: YueHaibing <yuehaibing@xxxxxxxxxx>
Re: [PATCH v2 2/2] staging: gasket: Use __func__ instead of hardcoded string - Style
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 4/4] staging: gasket: Use __func__ instead of hardcoded string - Style
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] staging: speakup: fix wraparound in uaccess length check
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 3/3] staging: gasket: sysfs: remove legacy_device field
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 2/3] staging: gasket: remove gasket_sysfs_register_show()
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 1/3] staging: gasket: remove GASKET_SYSFS_REG()
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH] staging/rtl8192u: hide unused procfs helpers
From
: YueHaibing <yuehaibing@xxxxxxxxxx>
Re: [PATCH v2] staging: ks7010: call 'hostif_mib_set_request_int' instead of 'hostif_mib_set_request_bool'
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3] staging: ks7010: call 'hostif_mib_set_request_int' instead of 'hostif_mib_set_request_bool'
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH v2] staging: ks7010: call 'hostif_mib_set_request_int' instead of 'hostif_mib_set_request_bool'
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 1/2] staging: bcm2835-audio: Check if workqueue allocation failed
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 1/2] staging: bcm2835-audio: Check if workqueue allocation failed
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH v2 1/2] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
[PATCH] Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
From
: Dexuan Cui <decui@xxxxxxxxxxxxx>
Re: [PATCH v2 1/2] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v2] staging: ks7010: call 'hostif_mib_set_request_int' instead of 'hostif_mib_set_request_bool'
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH] staging: ks7010: pass 'int' instead of 'bool' to 'hostif_mib_set_request_bool'
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
RE: Will the name of hyperv_clocksource_tsc_page or hyperv_clocksource pages change?
From
: "Alma Eyre (Sonata Software North America)" <v-aleyre@xxxxxxxxxxxxx>
Re: [PATCH 2/2] staging: goldfish: cleanup in goldfish_audio
From
: Roman Kiryanov <rkir@xxxxxxxxxx>
Re: [PATCH] staging: speakup: fix wraparound in uaccess length check
From
: Jann Horn <jannh@xxxxxxxxxx>
[PATCH v2 2/2] staging: gasket: Use __func__ instead of hardcoded string - Style
From
: Felix Siegel <felix.siegel@xxxxxxxxx>
[PATCH v2 1/2] staging: gasket: remove "function entered" log messages
From
: Felix Siegel <felix.siegel@xxxxxxxxx>
Re: [PATCH 4/4] staging: gasket: Use __func__ instead of hardcoded string - Style
From
: Felix Siegel <felix.siegel@xxxxxxxxx>
[PATCH] staging: speakup: fix wraparound in uaccess length check
From
: Jann Horn <jannh@xxxxxxxxxx>
Re: [PATCH] staging: speakup: fix wraparound in uaccess length check
From
: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
[PATCH 1/2] staging: bcm2835-audio: Check if workqueue allocation failed
From
: Tuomas Tynkkynen <tuomas@xxxxxxxxxx>
[PATCH 2/2] staging: bcm2835-audio: Don't leak workqueue if open fails
From
: Tuomas Tynkkynen <tuomas@xxxxxxxxxx>
Re: [PATCH 3/4] staging: gasket: fix multi line comments style
From
: Felix Siegel <felix.siegel@xxxxxxxxx>
Re: [PATCH v2 1/2] staging: goldfish: fix whitespace in goldfish_audio
From
: Roman Kiryanov <rkir@xxxxxxxxxx>
Re: [PATCH 1/4] staging: gasket: add SPDX-License-Identifier tag
From
: Felix Siegel <felix.siegel@xxxxxxxxx>
Re: [PATCH 3/4] staging: gasket: fix multi line comments style
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 4/4] staging: gasket: Use __func__ instead of hardcoded string - Style
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 1/4] staging: gasket: add SPDX-License-Identifier tag
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 4/4] staging: gasket: Use __func__ instead of hardcoded string - Style
From
: Felix Siegel <felix.siegel@xxxxxxxxx>
[PATCH 3/4] staging: gasket: fix multi line comments style
From
: Felix Siegel <felix.siegel@xxxxxxxxx>
[PATCH 2/4] staging: gasket: Move open-curly brace to match kernel code style
From
: Felix Siegel <felix.siegel@xxxxxxxxx>
[PATCH 1/4] staging: gasket: add SPDX-License-Identifier tag
From
: Felix Siegel <felix.siegel@xxxxxxxxx>
Re: [PATCH] staging: ks7010: pass 'int' instead of 'bool' to 'hostif_mib_set_request_bool'
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
[PATCH] staging: fsl-dpaa2/eth: Remove unnecessary cast
From
: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
Re: [PATCH v2 1/2] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH] staging: ks7010: pass 'int' instead of 'bool' to 'hostif_mib_set_request_bool'
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v2 2/2] staging: mt7621-pci: remove dead code derived to not use custom reads and writes
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v2 1/2] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v2 0/2] staging: mt7621-pci: avoid custom pci config read and writes
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH 1/2] staging: goldfish: fix whitespace in goldfish_audio
From
: Roman Kiryanov <rkir@xxxxxxxxxx>
[PATCH] staging: rtl8188eu: use strlcpy instead of strncpy
From
: Michael Straube <straube.linux@xxxxxxxxx>
Re: [PATCH v2 1/2] staging: goldfish: fix whitespace in goldfish_audio
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH] staging: ks7010: pass 'int' instead of 'bool' to 'hostif_mib_set_request_bool'
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
[PATCH 5/5] staging: rtl8723bs: fix comparsions to true
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 4/5] staging: rtl8723bs: change return type to bool
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 3/5] staging: rtl8723bs: refactor rtw_is_cckratesonly_included
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 2/5] staging: rtl8723bs: refactor rtw_is_cckrates_included()
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 1/5] staging: rtl8723bs: remove unused code
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH] staging: rtl8188eu: break line longer than 80 cols
From
: Kacper Kołodziej <kacper@xxxxxxxxxxxx>
Re: [PATCH] staging: rtl8188eu: break line longer than 80 cols
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 1/2] staging: goldfish: fix whitespace in goldfish_audio
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH] staging: ks7010: pass 'int' instead of 'bool' to 'hostif_mib_set_request_bool'
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [bug report] staging: ks7010: add new helpers to achieve mib set request and simplify code
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH 1/2] staging: goldfish: fix whitespace in goldfish_audio
From
: Roman Kiryanov <rkir@xxxxxxxxxx>
[PATCH 2/2] staging: goldfish: add a blank line into struct goldfish_audio
From
: rkir@xxxxxxxxxx
[PATCH v2 1/2] staging: goldfish: fix whitespace in goldfish_audio
From
: rkir@xxxxxxxxxx
RE: [PATCH 1/1] Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panic
From
: "Michael Kelley (EOSG)" <Michael.H.Kelley@xxxxxxxxxxxxx>
[PATCH v2] staging: goldfish: Remove references to the retired driver from README
From
: rkir@xxxxxxxxxx
Re: [PATCH] Remove references to the retired driver from README
From
: Roman Kiryanov <rkir@xxxxxxxxxx>
[PATCH] staging: rtl8188eu: break line longer than 80 cols
From
: Kacper Kołodziej <kacper@xxxxxxxxxxxx>
[PATCH 10/10] staging:rtl8192u: Change struct r8192_priv member Rf_Mode from u8 > enum
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 09/10] staging:rtl8192u: remove typedef from struct rx_drvinfo_819x_usb
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 08/10] staging:rtl8192u: Remove struct rx_desc_819x_usb_aggr_subframe
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 07/10] staging:rtl8192u: typedef struct rx_desc_819x_usb remove typedef
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 04/10] staging:rtl8192u: Rename file macro to avoid camel case - Coding Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 05/10] staging:rtl8192u: typedef struct tx_desc_cmd_819x_usb remove typedef
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 06/10] staging:rtl8192u: typedef struct tx_fwinfo_819x_usb remove typedef
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 03/10] staging:rtl8192u: remove unused structure tx_desc_819x_usb_aggr_subframe
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 02/10] staging:rtl8192u: trim multiple blank lines - Coding Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[0/10] staging:rtl8192u: One significant change...
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH 01/10] staging:rtl8192u: typedef struct tx_desc_819x_usb > struct tx_desc_819x_usb
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
Re: [PATCH 3/6] staging: rtl8723bs: fix indentation
From
: Michael Straube <straube.linux@xxxxxxxxx>
Re: [PATCH 3/6] staging: rtl8723bs: fix indentation
From
: Joe Perches <joe@xxxxxxxxxxx>
Re: [PATCH] staging: comedi: remove redundant variable segpos
From
: Ian Abbott <abbotti@xxxxxxxxx>
RE: [PATCH 1/1] Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panic
From
: Sunil Muthuswamy <sunilmut@xxxxxxxxxxxxx>
Re: [RFC PATCH v1] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Jacob Feder <jacobsfeder@xxxxxxxxx>
Re: [PATCH v2 3/8] staging:rtl8192u: Correct spacing before and after parenthesis - Style
From
: John Whitmore <arigead@xxxxxxxxx>
Re: [PATCH v2 3/8] staging:rtl8192u: Correct spacing before and after parenthesis - Style
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH v2 3/8] staging:rtl8192u: Correct spacing before and after parenthesis - Style
From
: John Whitmore <arigead@xxxxxxxxx>
Re: [PATCH v2 3/8] staging:rtl8192u: Correct spacing before and after parenthesis - Style
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
[bug report] staging: ks7010: add new helpers to achieve mib set request and simplify code
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH v2 3/8] staging:rtl8192u: Correct spacing before and after parenthesis - Style
From
: John Whitmore <arigead@xxxxxxxxx>
Re: [PATCH 3/6] staging: rtl8723bs: fix indentation
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH -next] staging: pi433: fix error return code in pi433_probe()
From
: Wei Yongjun <weiyongjun1@xxxxxxxxxx>
Re: [PATCH] staging: speakup: remove redundant variable l
From
: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>
[PATCH 2/3] staging: rtl8188eu: fix lines over 80 characters
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 3/3] staging: rtl8188eu: remove blank lines
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 1/3] staging: rtl8188eu: add spaces around '|'
From
: Michael Straube <straube.linux@xxxxxxxxx>
Re: [PATCH 2/3] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH 2/3] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH 2/3] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH] staging: vt6655: remove some redundant variables
From
: Colin King <colin.king@xxxxxxxxxxxxx>
[PATCH 3/3] staging: gasket: remove TODO item about SPDX usage
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 2/3] staging: gasket: remove redundant license information
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 1/3] staging: gasket: add SPDX identifiers to all files.
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH] staging: sm750fb: remove redundant pointer 'output'
From
: Colin King <colin.king@xxxxxxxxxxxxx>
[PATCH] staging: speakup: remove redundant variable l
From
: Colin King <colin.king@xxxxxxxxxxxxx>
[PATCH 5/5] staging: rtl8723bs: simplify ratetbl_val_2wifirate()
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 4/5] staging: rtl8723bs: fix comparsions to NULL
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 1/5] staging: rtl8723bs: add spaces around '|'
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 3/5] staging: rtl8723bs: remove blank lines
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH 2/5] staging: rtl8723bs: fix lines over 80 characters
From
: Michael Straube <straube.linux@xxxxxxxxx>
Re: [PATCH v2 3/8] staging:rtl8192u: Correct spacing before and after parenthesis - Style
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH] staging: gasket: fix plain integer as NULL pointer warning
From
: Ivan Bornyakov <brnkv.i1@xxxxxxxxx>
[PATCH] staging: ks7010: remove redundant variable eth_proto
From
: Colin King <colin.king@xxxxxxxxxxxxx>
[GIT PULL] Staging driver fixes for 4.18-rc5
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH] staging: gdm724x: redundant variables idProduct and idVendor
From
: Colin King <colin.king@xxxxxxxxxxxxx>
[PATCH] staging: gasket: remove redundant pointer bar_data
From
: Colin King <colin.king@xxxxxxxxxxxxx>
[PATCH] staging: comedi: remove redundant variable segpos
From
: Colin King <colin.king@xxxxxxxxxxxxx>
[PATCH v2 1/3] staging: pi433: Comply with 80 character column limit
From
: Sophie Matter <sophie.matter@xxxxxx>
Re: [PATCH 2/3] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: NeilBrown <neil@xxxxxxxxxx>
[PATCH v2 2/3] staging: pi433: Use preferred commenting style
From
: Sophie Matter <sophie.matter@xxxxxx>
[PATCH v2 3/3] staging: pi433: Make only one statement per line
From
: Sophie Matter <sophie.matter@xxxxxx>
Re: [PATCH] staging: speakup: fix wraparound in uaccess length check
From
: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>
Re: [PATCH] staging: speakup: fix wraparound in uaccess length check
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 2/3] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 2/3] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 1/3] staging: mt7621-pci: add data struct for mt7621 pci controller
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 2/3] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH V2 1/5] X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
RE: [PATCH 1/1] Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panic
From
: "Michael Kelley (EOSG)" <Michael.H.Kelley@xxxxxxxxxxxxx>
Re: [bug report] netvsc: use ERR_PTR to avoid dereference issues
From
: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
RE: [PATCH V2 1/5] X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support
From
: "Michael Kelley (EOSG)" <Michael.H.Kelley@xxxxxxxxxxxxx>
RE: [PATCH 5/5] staging: fsl-dpaa2/eth: Remove Rx frame size check
From
: Ioana Ciocoi Radulescu <ruxandra.radulescu@xxxxxxx>
Re: [PATCH] staging: speakup: fix wraparound in uaccess length check
From
: Jann Horn <jannh@xxxxxxxxxx>
Re: [PATCH] staging: speakup: fix wraparound in uaccess length check
From
: Jann Horn <jannh@xxxxxxxxxx>
RE: [PATCH 2/2] x86/hyper-v: check for VP_INVAL in hyperv_flush_tlb_others()
From
: "Michael Kelley (EOSG)" <Michael.H.Kelley@xxxxxxxxxxxxx>
RE: [PATCH 1/2] x86/hyper-v: check cpumask_to_vpset() return value in hyperv_flush_tlb_others_ex()
From
: "Michael Kelley (EOSG)" <Michael.H.Kelley@xxxxxxxxxxxxx>
[PATCH 3/3] staging: mt7621-pci: remove dead code derived to not use custom reads and writes
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH 2/3] staging: mt7621-pci: use generic kernel pci subsystem read and write
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH 1/3] staging: mt7621-pci: add data struct for mt7621 pci controller
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH 0/3] staging: mt7621-pci: avoid custom pci config read and writes
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH 5/5] staging: fsl-dpaa2/eth: Remove Rx frame size check
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 2/2] staging: mt7621-gpio: remove driver
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 2/2] staging: mt7621-gpio: remove driver
From
: Arnd Bergmann <arnd@xxxxxxxx>
[PATCH v2 8/8] staging:rtl8192u: Correction of indentation issues - Coding Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 7/8] staging:rtl8192u: Correct indentation of ieee80211_softmac_new_net()
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 5/8] staging:rtl8192u: Move trailing conditional statement to the following line
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 6/8] staging:rtl8192u: Remove unnecessary parentheses - Coding Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 4/8] staging:rtl8192u: Remove prohibited spaces - Coding Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 3/8] staging:rtl8192u: Correct spacing before and after parenthesis - Style
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 2/8] staging:rtl8192u: Correct indentation and spacing for braces of code blocks
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 1/8] staging:rtl8192u: Remove blank lines before '}' and after '{' characters
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
[PATCH v2 0/8] staging:rtl8192u Coding style changes
From
: John Whitmore <johnfwhitmore@xxxxxxxxx>
Re: [PATCH v3 00/23] staging: mt7621-pci: Some cleanups
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH] ANDROID: binder: Latelimit binder_debug().
From
: Martijn Coenen <maco@xxxxxxxxxxx>
Re: [PATCH] ANDROID: binder: Latelimit binder_debug().
From
: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v3 00/23] staging: mt7621-pci: Some cleanups
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v3 00/23] staging: mt7621-pci: Some cleanups
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v3 03/23] staging: mt7621-pci: add new variable to be set to PCI base address
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v3 04/23] staging: mt7621-pci: reimplement pci_config_[read|write] functions
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 1/4] staging: pi433: Add SPDX-License-Identifier tag
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 2/4] staging: pi433: Comply with 80 character column limit
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] staging: mt7621-gpio: remove driver from staging
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 4/4] staging: pi433: Make only one statement per line
From
: Sophie Matter <sophie.matter@xxxxxx>
[PATCH 2/4] staging: pi433: Comply with 80 character column limit
From
: Sophie Matter <sophie.matter@xxxxxx>
[PATCH 1/4] staging: pi433: Add SPDX-License-Identifier tag
From
: Sophie Matter <sophie.matter@xxxxxx>
[PATCH 3/4] staging: pi433: Use preferred commenting style
From
: Sophie Matter <sophie.matter@xxxxxx>
Re: [kbuild-all] [PATCH v6 2/4] resource: Use list_head to link sibling resource
From
: Baoquan He <bhe@xxxxxxxxxx>
Re: [kbuild-all] [PATCH v6 2/4] resource: Use list_head to link sibling resource
From
: Ye Xiaolong <xiaolong.ye@xxxxxxxxx>
[PATCH v6 13/17] media: staging/imx: Switch to v4l2_async_notifier_add_*_subdev
From
: Steve Longerbeam <slongerbeam@xxxxxxxxx>
[PATCH v6 14/17] media: staging/imx: TODO: Remove one assumption about OF graph parsing
From
: Steve Longerbeam <slongerbeam@xxxxxxxxx>
[PATCH v6 11/17] media: staging/imx: Loop through all registered subdevs for media links
From
: Steve Longerbeam <slongerbeam@xxxxxxxxx>
[PATCH v6 12/17] media: staging/imx: Rename root notifier
From
: Steve Longerbeam <slongerbeam@xxxxxxxxx>
[PATCH v6 10/17] media: staging/imx: of: Remove recursive graph walk
From
: Steve Longerbeam <slongerbeam@xxxxxxxxx>
[PATCH v6 09/17] media: imx: mipi csi-2: Register a subdev notifier
From
: Steve Longerbeam <slongerbeam@xxxxxxxxx>
[PATCH v6 08/17] media: imx: csi: Register a subdev notifier
From
: Steve Longerbeam <slongerbeam@xxxxxxxxx>
Re: [PATCH net] hv_netvsc: Fix napi reschedule while receive completion is busy
From
: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
[PATCH v3 21/23] staging: mt7621-pci: rename RALINK_PCI_CONFIG_DATA_VIRTUAL_REG definition
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 23/23] staging: mt7621-pci: factor out mt7621_pci_init_gpios function
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 20/23] staging: mt7621-pci: remove unused preprocessor defines
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 14/23] staging: mt7621-pci: rewrite [read|write]_config functions
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 22/23] staging: mt7621-pci: fix and remove some comments
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 17/23] staging: mt7621-pci: factor out mt7621_pci_enable function
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 19/23] staging: mt7621-pci: add blank line between declarations and code statements
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 16/23] staging: mt7621-pci: minor refactor in duplicated code
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 18/23] staging: mt7621-pci: factor out mt7621_pci_configure function
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 15/23] staging: mt7621-pci: factor out mt7621_pci_enable_irqs and mt7621_pci_disable
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 12/23] staging: mt7621-pci: use read and writes in set_pcie_phy function
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 13/23] staging: mt7621-pci: make ASSERT_SYSRST_PCIE and DEASSERT_SYSRST_PCIE inline functions
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 06/23] staging: mt7621-pci: avoid long lines in read_config and write_config functions
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 11/23] staging: mt7621-pci: use BIT macro in definitions
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 07/23] staging: mt7621-pci: use writel and readl instead of custom macros
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 09/23] staging: mt7621-pci: simplify pci dependant registers arithmetics
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 10/23] staging: mt7621-pci: avoid pointer arithmetics in some macros
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 08/23] staging: mt7621-pci: remove no more needed macros
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 05/23] staging: mt7621-pci: remove no more needed helper functions and macros
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 03/23] staging: mt7621-pci: add new variable to be set to PCI base address
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 02/23] staging: mt7621-pci: factor out mt7621_pci_get_cfgaddr function
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 04/23] staging: mt7621-pci: reimplement pci_config_[read|write] functions
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 01/23] staging: mt7621-pci: remove unused macro MV_READ_DATA
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v3 00/23] staging: mt7621-pci: Some cleanups
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH 5/5] staging: fsl-dpaa2/eth: Remove Rx frame size check
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
RE: [PATCH net] hv_netvsc: Fix napi reschedule while receive completion is busy
From
: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
Re: [PATCH net] hv_netvsc: Fix napi reschedule while receive completion is busy
From
: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
[PATCH 2/2] x86/hyper-v: check for VP_INVAL in hyperv_flush_tlb_others()
From
: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
[PATCH 1/2] x86/hyper-v: check cpumask_to_vpset() return value in hyperv_flush_tlb_others_ex()
From
: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
[PATCH 0/2] x86/hyper-v: cope with VP_INVAL in PV TLB flush code
From
: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
[PATCH 5/5] staging: fsl-dpaa2/eth: Remove Rx frame size check
From
: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
[PATCH 0/5] staging: fsl-dpaa2/eth: Cleanup and minor fixes
From
: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
[PATCH 1/5] staging: fsl-dpaa2/eth: Fix DMA mapping direction
From
: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
[PATCH 4/5] staging: fsl-dpaa2/eth: MTU cleanup
From
: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
[PATCH 3/5] staging: fsl-dpaa2/eth: Remove pointless instruction
From
: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
[PATCH 2/5] staging: fsl-dpaa2/eth: Remove obsolete reference
From
: Ioana Radulescu <ruxandra.radulescu@xxxxxxx>
[PATCH net] hv_netvsc: Fix napi reschedule while receive completion is busy
From
: Haiyang Zhang <haiyangz@xxxxxxxxxxxxxxxxx>
Re: [PATCH v4 1/2] gpio: mediatek: add driver for MT7621
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH] staging: mt7621-gpio: remove driver from staging
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH 1/2] staging:fsl-mc: Move DPIO from staging to drivers/soc/fsl
From
: Roy Pledge <roy.pledge@xxxxxxx>
Re: [PATCH] ANDROID: binder: Latelimit binder_debug().
From
: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
Re: [RFC PATCH v1] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH] ANDROID: binder: Latelimit binder_debug().
From
: Martijn Coenen <maco@xxxxxxxxxxx>
[PATCH] staging: rtl8723bs: use mac_pton()
From
: Michael Straube <straube.linux@xxxxxxxxx>
Re: [RFC PATCH v1] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Jacob Feder <jacobsfeder@xxxxxxxxx>
Re: [PATCH] ANDROID: binder: Latelimit binder_debug().
From
: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
Re: [PATCH v4 1/2] gpio: mediatek: add driver for MT7621
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH v4 1/2] gpio: mediatek: add driver for MT7621
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH] ANDROID: binder: Latelimit binder_debug().
From
: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 1/2] staging:fsl-mc: Move DPIO from staging to drivers/soc/fsl
From
: Laurentiu Tudor <laurentiu.tudor@xxxxxxx>
Re: [PATCH] Staging: gdm724x: gdm_tty.c:Fixed Macro argument reuse
From
: Jaya Durga <rjdurga@xxxxxxxxx>
Re: [PATCH] Staging: gdm724x: gdm_tty.c:Fixed Macro argument reuse
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
[PATCH] Staging: gdm724x: gdm_tty.c:Fixed Macro argument reuse
From
: Jaya Durga <rjdurga@xxxxxxxxx>
Re: [PATCH 03/12] staging:rtl8192u: Remove blank lines before '}' and after '{' characters
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v4 2/2] dt-bindings: document gpio-mt7621 bindings
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH] Staging: gdm724x: gdm_tty.c:Fixed Macro argument reuse
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v4 1/2] gpio: mediatek: add driver for MT7621
From
: Linus Walleij <linus.walleij@xxxxxxxxxx>
Re: [PATCH] Staging: gdm724x: gdm_tty.c:Fixed Macro argument reuse
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH v4 2/2] dt-bindings: document gpio-mt7621 bindings
From
: Linus Walleij <linus.walleij@xxxxxxxxxx>
Re: [PATCH] Revert "staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driver"
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH v2] Revert "staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driver"
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH] Staging: gdm724x: gdm_tty.c:Fixed Macro argument reuse
From
: Jaya Durga <rjdurga@xxxxxxxxx>
Re: [PATCH] Revert "staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driver"
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH] Staging: gdm724x: gdm_tty.c:Fixed Macro argument reuse
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH v2 00/18] Some cleanups
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH 13/13] staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driver
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH] Revert "staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driver"
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[PATCH] Staging: gdm724x: gdm_tty.c:Fixed Macro argument reuse
From
: Jaya Durga <rjdurga@xxxxxxxxx>
Re: [PATCH 03/12] staging:rtl8192u: Remove blank lines before '}' and after '{' characters
From
: John Whitmore <arigead@xxxxxxxxx>
Re: [PATCH] Staging: gdm724x: gdm_tty.c:Fixed Macro argument reuse
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH V2 2/5] KVM: Add tlb remote flush callback in kvm_x86_ops.
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
[PATCH V2 1/5] X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
[PATCH V2 5/5] X86/Hyper-V: Add hyperv_nested_flush_guest_mapping ftrace support
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
[PATCH V2 4/5] KVM/x86: Add tlb_remote_flush callback support for vmx
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
[PATCH V2 3/5] KVM/VMX: Add identical ept table pointer check
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
[PATCH V2 0/5] KVM/x86/hyper-V: Introduce PV guest address space mapping flush support
From
: Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>
[PATCH] Staging: gdm724x: gdm_tty.c:Fixed Macro argument reuse
From
: Jaya Durga <rjdurga@xxxxxxxxx>
Re: [PATCH v1 1/2] ARM: dts: tegra20: Add Memory Client reset to VDE
From
: Thierry Reding <thierry.reding@xxxxxxxxx>
Re: [PATCH v1 2/2] ARM: dts: tegra30: Add Memory Client reset to VDE
From
: Thierry Reding <thierry.reding@xxxxxxxxx>
Re: [PATCH] staging: gasket: Add descriptions for module parameters
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [RFC PATCH v1] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 13/13] staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driver
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v2 00/18] Some cleanups
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] ANDROID: binder: Latelimit binder_debug().
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] ANDROID: binder: Latelimit binder_debug().
From
: Martijn Coenen <maco@xxxxxxxxxxx>
Re: [PATCH] Staging:fwserial Move LINUX_VENDOR_ID to firewire.h
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH] Staging:fwserial Move LINUX_VENDOR_ID to firewire.h
From
: Janani Sankara Babu <jananis37@xxxxxxxxx>
[PATCH] staging: mt7621-pinctrl: init *map to NULL for correct memory assignation
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH v2 00/18] Some cleanups
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH v2 03/18] staging: mt7621-pci: avoid pointer arithmetics in some macros
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH] staging: mt7621-pci: refactor pci related read and writes functions
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH 13/13] staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driver
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH 13/18] staging: mt7621-pinctrl: make use of pinctrl_utils_reserve_map
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
Re: [PATCH v6 2/4] resource: Use list_head to link sibling resource
From
: Baoquan He <bhe@xxxxxxxxxx>
[PATCH] ANDROID: binder: Latelimit binder_debug().
From
: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v2 00/18] Some cleanups
From
: NeilBrown <neil@xxxxxxxxxx>
Re: [PATCH 3/6] staging: rtl8723bs: fix indentation
From
: Joe Perches <joe@xxxxxxxxxxx>
Re: [PATCH 13/13] staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driver
From
: NeilBrown <neil@xxxxxxxxxx>
Re: [PATCH v2 03/18] staging: mt7621-pci: avoid pointer arithmetics in some macros
From
: NeilBrown <neil@xxxxxxxxxx>
Re: [PATCH 13/18] staging: mt7621-pinctrl: make use of pinctrl_utils_reserve_map
From
: NeilBrown <neil@xxxxxxxxxx>
Re: [PATCH] staging: mt7621-pci: refactor pci related read and writes functions
From
: NeilBrown <neil@xxxxxxxxxx>
Re: [RFC PATCH v1] Xilinx AXI-Stream FIFO v4.1 IP core driver
From
: Jacob Feder <jacobsfeder@xxxxxxxxx>
Re: [PATCH v6 2/4] resource: Use list_head to link sibling resource
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Re: [PATCH 3/6] staging: rtl8723bs: fix indentation
From
: Michael Straube <straube.linux@xxxxxxxxx>
[PATCH] staging: gasket: Add descriptions for module parameters
From
: Kamal Heib <kamalheib1@xxxxxxxxx>
Re: [PATCH] staging: mt7621-pci: refactor pci related read and writes functions
From
: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>
[Index of Archives]
[Linux Driver Backports]
[DMA Engine]
[Linux GPIO]
[Linux SPI]
[Linux USB Devel]
[Linux SCSI]
[Samba]
[Yosemite News]