linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-22 17:29:06 to 2019-07-22 19:14:43 UTC [more...]

[PATCH] drm/amdgpu/gfx10: Fix missing break in switch statement
 2019-07-22 19:14 UTC  (3+ messages)

[PATCH v2 1/7] dt-bindings: net: Add bindings for Realtek PHYs
 2019-07-22 19:14 UTC  (8+ messages)
` [PATCH v2 6/7] dt-bindings: net: realtek: Add property to configure LED mode

[PATCH] drm/amdkfd/kfd_mqd_manager_v10: Avoid fall-through warning
 2019-07-22 19:13 UTC  (3+ messages)

[PATCH] ax88179_178a: Merge memcpy + le32_to_cpus to get_unaligned_le32
 2019-07-22 19:13 UTC  (2+ messages)

[PATCH 1/3] [net-next] net: remove netx ethernet driver
 2019-07-22 19:12 UTC 

[PATCH] usbnet: smsc75xx: Merge memcpy + le32_to_cpus to get_unaligned_le32
 2019-07-22 19:13 UTC  (2+ messages)

[PATCH] net: lan78xx: Merge memcpy + lexx_to_cpus to get_unaligned_lexx
 2019-07-22 19:13 UTC  (2+ messages)

[v3 0/4] Add drivers for auo,kd101n80-45na and boe,tv101wum-nl6 panels
 2019-07-22 19:11 UTC  (6+ messages)
` [v3 1/4] dt-bindngs: display: panel: Add BOE tv101wum-n16 panel bindings
` [v3 3/4] dt-bindings: display: panel: add auo kd101n80-45na "

[PATCH] pwm: sifive: remove redundant dev_err message
 2019-07-22 19:11 UTC  (2+ messages)

[PATCH 0/4] put_user_page: new put_user_page_dirty*() helpers
 2019-07-22 19:10 UTC  (8+ messages)
` [PATCH 1/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH 3/3] gup: new put_user_page_dirty*() helpers

[PATCH] drm/amdkfd: Fix missing break in switch statement
 2019-07-22 19:10 UTC  (2+ messages)

[RFC 00/79] perf tools: Initial libperf separation
 2019-07-22 19:09 UTC  (7+ messages)
` [PATCH 23/79] libperf: Make libperf.a part of the build
` [PATCH 39/79] libperf: Add perf_evlist__add function

[PATCH] net/mlx5: fix -Wtype-limits compilation warnings
 2019-07-22 19:09 UTC  (2+ messages)

[PATCH v3 0/9] x86: Concurrent TLB flushes
 2019-07-22 19:02 UTC  (13+ messages)
` [PATCH v3 1/9] smp: Run functions concurrently in smp_call_function_many()
` [PATCH v3 3/9] x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()

[PATCH v2 0/2] Fix USB3.0 DRD PHY calibration issues (DWC3/XHCI) on Exynos542x SoCs
 2019-07-22 19:00 UTC  (5+ messages)
  ` [PATCH v2 1/2] usb: core: phy: add support for PHY calibration
  ` [PATCH v2 2/2] usb: dwc3: remove generic PHY calibrate() calls

[RFC/RFT 0/5] Exynos USB 3.0 PHY tune setting
 2019-07-22 18:59 UTC  (6+ messages)
` [RFC/RFT 1/5] phy: exynos5-usbdrd: read from correct offset of xhci linksystem
` [RFC/RFT 2/5] phy: exynos5-usbdrd: add missing tuning of the phyutmi signal
` [RFC/RFT 3/5] phy: exynos5-usbdrd: UTMI tune signal
` [RFC/RFT 4/5] phy: exynos5-usbdrd: PIPE3 "
` [RFC/RFT 5/5] phy: exynos5-usbdrd: drop duplicate setting "

RFC: call_rcu_outstanding (was Re: WARNING in __mmdrop)
 2019-07-22 18:58 UTC  (11+ messages)

[patch V3 00/25] x86/apic: Support for IPI shorthands
 2019-07-22 18:47 UTC  (26+ messages)
` [patch V3 01/25] x86/kgbd: Use NMI_VECTOR not APIC_DM_NMI
` [patch V3 02/25] x86/apic: Invoke perf_events_lapic_init() after enabling APIC
` [patch V3 03/25] x86/apic: Soft disable APIC before initializing it
` [patch V3 04/25] x86/apic: Make apic_pending_intr_clear() more robust
` [patch V3 05/25] x86/apic: Move IPI inlines into ipi.c
` [patch V3 06/25] x86/apic: Cleanup the include maze
` [patch V3 07/25] x86/apic: Move ipi header into apic directory
` [patch V3 08/25] x86/apic: Move apic_flat_64 "
` [patch V3 09/25] x86/apic: Consolidate the apic local headers
` [patch V3 10/25] x86/apic/uv: Make x2apic_extra_bits static
` [patch V3 11/25] smp/hotplug: Track booted once CPUs in a cpumask
` [patch V3 12/25] x86/cpu: Move arch_smt_update() to a neutral place
` [patch V3 13/25] x86/hotplug: Silence APIC and NMI when CPU is dead
` [patch V3 14/25] x86/apic: Remove dest argument from __default_send_IPI_shortcut()
` [patch V3 15/25] x86/apic: Add NMI_VECTOR wait to IPI shorthand
` [patch V3 16/25] x86/apic: Move no_ipi_broadcast() out of 32bit
` [patch V3 17/25] x86/apic: Add static key to Control IPI shorthands
` [patch V3 18/25] x86/apic: Provide and use helper for send_IPI_allbutself()
` [patch V3 19/25] cpumask: Implement cpumask_or_equal()
` [patch V3 20/25] x86/smp: Move smp_function_call implementations into IPI code
` [patch V3 21/25] x86/smp: Enhance native_send_call_func_ipi()
` [patch V3 22/25] x86/apic: Remove the shorthand decision logic
` [patch V3 23/25] x86/apic: Share common IPI helpers
` [patch V3 24/25] x86/apic/flat64: Remove the IPI shorthand decision logic
` [patch V3 25/25] x86/apic/x2apic: Implement IPI shorthands support

[PATCH v2] dma-mapping: Use dma_get_mask in dma_addressing_limited
 2019-07-22 18:57 UTC  (4+ messages)

Wine Enthusiasts
 2019-07-22 17:43 UTC 

[PATCH v3 6/7] dt-bindings: Add ANX6345 DP/eDP transmitter binding
 2019-07-22 18:51 UTC  (2+ messages)

[PATCH v3 5/7] drm/bridge: Add Analogix anx6345 support
 2019-07-22 18:49 UTC  (2+ messages)

[PATCH v5 00/13] Allwinner A64/H6 IR support
 2019-07-22 18:48 UTC  (2+ messages)

[PATCH v2 0/7] Add anx6345 DP/eDP bridge for Olimex Teres-I
 2019-07-22 18:47 UTC  (2+ messages)

[PATCH v2] ARC: [plat-hsdk]: allow to switch between AXI DMAC port configurations
 2019-07-22 18:42 UTC  (2+ messages)

[5.2 REGRESSION] Generic vDSO breaks seccomp-enabled userspace on i386
 2019-07-22 18:39 UTC  (5+ messages)

[PATCH V6 00/21] SC7 entry and exit support for Tegra210
 2019-07-22 18:38 UTC  (7+ messages)
` [PATCH V6 01/21] irqchip: tegra: Do not disable COP IRQ during suspend

[PATCH -next] infiniband: siw: remove set but not used variables 'rv'
 2019-07-22 18:36 UTC  (2+ messages)

[PATCH] checkpatch: Added warnings in favor of strscpy()
 2019-07-22 18:35 UTC  (9+ messages)
  ` [RFC PATCH] string.h: Add stracpy/stracpy_pad (was: Re: [PATCH] checkpatch: Added warnings in favor of strscpy().)

[PATCH v2 0/1] hwmon: (adt7475) Convert to use hwmon_device_register_with_groups()
 2019-07-22 18:35 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/3] hwmon: convert subsystem to i2c_new_dummy_device()
 2019-07-22 18:30 UTC  (7+ messages)
` [PATCH 1/3] hwmon: asb100: convert to i2c_new_dummy_device
` [PATCH 2/3] hwmon: smm665: "
` [PATCH 3/3] hwmon: w83781d: "

[RESEND PATCH 00/10] crypto: k3: Add sa2ul driver
 2019-07-22 18:29 UTC  (3+ messages)
` [RESEND PATCH 01/10] dt-bindings: crypto: k3: Add sa2ul bindings documentation

[PATCH 0/3] ACPI: Remove unnecessary acpi_has_method() calls
 2019-07-22 18:29 UTC  (4+ messages)
` [PATCH 1/3] ACPI: Remove acpi_has_method() call from acpi_adxl.c

[PATCH] mfd: da9063: remove now unused platform_data
 2019-07-22 18:26 UTC 

[PATCH] drm/panel: simple: Doxygenize 'struct panel_desc'; rename a few functions
 2019-07-22 18:26 UTC  (4+ messages)

[PATCH] power: sysfs: Remove wakeup_abort_count attribute
 2019-07-22 18:24 UTC  (2+ messages)

[PATCH 0/4] Lockdep: Reduce stack trace memory usage
 2019-07-22 18:24 UTC  (5+ messages)
` [PATCH 1/4] locking/lockdep: Make it clear that what lock_class::key points at is not modified
` [PATCH 2/4] stacktrace: Constify 'entries' arguments
` [PATCH 3/4] locking/lockdep: Reduce space occupied by stack traces
` [PATCH 4/4] locking/lockdep: Report more stack trace statistics

[PATCH 0/4] video: of: display_timing: Adjust err printing of of_get_display_timing()
 2019-07-22 18:24 UTC  (5+ messages)
` [PATCH 1/4] video: of: display_timing: Add of_node_put() in of_get_display_timing()
` [PATCH 2/4] video: of: display_timing: Don't yell if no timing node is present
` [PATCH 3/4] drm: panel-lvds: Spout an error if of_get_display_timing() gives an error
` [PATCH 4/4] video: amba-clcd: "

[PATCH] drm/i915: Mark expected switch fall-throughs
 2019-07-22 18:24 UTC  (2+ messages)

[PATCH] power:sysfs: Expose device wakeup_event_count
 2019-07-22 18:22 UTC  (2+ messages)

[PATCH] drm/msm: correct NULL pointer dereference in context_init
 2019-07-22 18:22 UTC  (3+ messages)
` [Freedreno] "

drm/msm/dpu: Correct dpu encoder spinlock initialization
 2019-07-22 18:20 UTC  (2+ messages)

[PATCH v2] drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the internal I2C controller
 2019-07-22 18:19 UTC 

[PATCH 1/2] drivers: qcom: rpmh-rsc: simplify TCS locking
 2019-07-22 18:18 UTC  (4+ messages)

[PATCH] libata: zpodd: Fix small read overflow in zpodd_get_mech_type()
 2019-07-22 18:18 UTC  (3+ messages)

[PATCH 1/2] HID: core: Add hid printk_once macros
 2019-07-22 18:16 UTC  (4+ messages)
` [PATCH 2/2] HID: core: only warn once of oversize hid report

[PATCH v2] mtd: maps: pismo: simplify getting the adapter of a client
 2019-07-22 18:15 UTC 

[PATCH] leds: is31fl319x: simplify getting the adapter of a client
 2019-07-22 18:14 UTC 

[PATCH] regulator: act8865: support regulator-pull-down property
 2019-07-22 18:13 UTC 

[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-22 18:10 UTC  (11+ messages)
` [PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger

5.3-rc1 panic in dma_direct_max_mapping_size
 2019-07-22 18:08 UTC  (2+ messages)

[PATCH RESEND] HID: fix error message in hid_open_report()
 2019-07-22 18:02 UTC 

[alsa-devel][PATCH] Signed-off-by: lsh <410860423@qq.com>
 2019-07-22 17:59 UTC  (2+ messages)

[PATCH] checkpatch: Added warnings in favor of strscpy()
 2019-07-22 17:59 UTC  (2+ messages)

[PATCH v2] powerpc: slightly improve cache helpers
 2019-07-22 17:58 UTC  (11+ messages)

[PATCH 1/2] dt/bindings: mips: Document Ingenic SoCs binding
 2019-07-22 17:55 UTC  (2+ messages)
` [PATCH 2/2] MIPS: dts: ingenic: Add 'cpus' node

[PATCH 0/3] sgi-gru: get_user_page changes
 2019-07-22 17:53 UTC  (10+ messages)
` [PATCH 1/3] sgi-gru: Convert put_page() to get_user_page*()
` [PATCH 2/3] sgi-gru: Remove CONFIG_HUGETLB_PAGE ifdef
` [PATCH 3/3] sgi-gru: Use __get_user_pages_fast in atomic_pte_lookup

[PATCH] [v3] xen: avoid link error on ARM
 2019-07-22 17:49 UTC  (2+ messages)

[PATCH 00/10] Improvements and fixes for mxsfb DRM driver
 2019-07-22 17:48 UTC  (3+ messages)
` [PATCH 05/10] dt-bindings: display: Add max-res property for mxsfb

[PATCH] drm/amdkfd/kfd_mqd_manager_v10: Fix missing break in switch statement
 2019-07-22 17:43 UTC  (4+ messages)

[GIT PULL] perf/core improvements and fixes
 2019-07-22 17:38 UTC  (38+ messages)
` [PATCH 01/37] perf include bpf: Add bpf_tail_call() prototype
` [PATCH 02/37] perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with !
` [PATCH 03/37] perf evsel: Store backpointer to attached bpf_object
` [PATCH 04/37] perf trace: Add pointer to BPF object containing __augmented_syscalls__
` [PATCH 05/37] perf trace: Look up maps just on the __augmented_syscalls__ BPF object
` [PATCH 06/37] perf trace: Order -e syscalls table
` [PATCH 07/37] perf trace: Add BPF handler for unaugmented syscalls
` [PATCH 08/37] perf trace: Allow specifying the bpf prog to augment specific syscalls
` [PATCH 09/37] perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure in place
` [PATCH 10/37] perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented event
` [PATCH 11/37] perf augmented_raw_syscalls: Add handler for "openat"
` [PATCH 12/37] perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY
` [PATCH 13/37] perf augmented_raw_syscalls: Support copying two string syscall args
` [PATCH 14/37] perf trace: Look for default name for entries in the syscalls prog array
` [PATCH 15/37] perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args_payload
` [PATCH 16/37] perf script: Fix --max-blocks man page description
` [PATCH 17/37] perf script: Improve man page description of metrics
` [PATCH 18/37] perf script: Fix off by one in brstackinsn IPC computation
` [PATCH 19/37] perf tools: Fix proper buffer size for feature processing
` [PATCH 20/37] perf stat: Fix segfault for event group in repeat mode
` [PATCH 21/37] perf augmented_raw_syscalls: Augment sockaddr arg in 'connect'
` [PATCH 22/37] perf trace beauty: Make connect's addrlen be printed as an int, not hex
` [PATCH 23/37] perf trace beauty: Disable fd->pathname when close() not enabled
` [PATCH 24/37] perf trace beauty: Do not try to use the fd->pathname beautifier for bind/connect fd arg
` [PATCH 25/37] perf trace beauty: Beautify 'sendto's sockaddr arg
` [PATCH 26/37] perf trace beauty: Beautify bind's "
` [PATCH 27/37] perf stat: Always separate stalled cycles per insn
` [PATCH 28/37] perf session: Fix loading of compressed data split across adjacent records
` [PATCH 29/37] perf trace beauty: Add BPF augmenter for the 'rename' syscall
` [PATCH 30/37] perf trace: Forward error codes when trying to read syscall info
` [PATCH 31/37] perf trace: Mark syscall ids that are not allocated to avoid unnecessary error messages
` [PATCH 32/37] perf trace: Preallocate the syscall table
` [PATCH 33/37] perf trace: Reuse BPF augmenters from syscalls with similar args signature
` [PATCH 34/37] perf trace: Add "sendfile64" alias to the "sendfile" syscall
` [PATCH 35/37] perf probe: Set pev->nargs to zero after freeing pev->args entries
` [PATCH 36/37] perf probe: Avoid calling freeing routine multiple times for same pointer
` [PATCH 37/37] perf build: Do not use -Wshadow on gcc < 4.8

[PATCH v2] arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M
 2019-07-22 17:40 UTC  (5+ messages)

[PATCH v3 0/6] qcom: add OCMEM support
 2019-07-22 17:37 UTC  (5+ messages)
` [PATCH v3 1/6] dt-bindings: soc: qcom: add On Chip MEMory (OCMEM) bindings
` [PATCH v3 2/6] dt-bindings: display: msm: gmu: add optional ocmem property

[PATCH RFC v3 0/14] sched,fair: flatten CPU controller runqueues
 2019-07-22 17:33 UTC  (14+ messages)
` [PATCH 01/14] sched: introduce task_se_h_load helper
` [PATCH 02/14] sched: change /proc/sched_debug fields
` [PATCH 03/14] sched,fair: redefine runnable_load_avg as the sum of task_h_load
` [PATCH 04/14] sched,fair: move runnable_load_avg to cfs_rq
` [PATCH 06/14] sched,cfs: use explicit cfs_rq of parent se helper
` [PATCH 07/14] sched,cfs: fix zero length timeslice calculation
` [PATCH 08/14] sched,fair: simplify timeslice length code
` [PATCH 09/14] sched,fair: refactor enqueue/dequeue_entity
` [PATCH 10/14] sched,fair: add helper functions for flattened runqueue
` [PATCH 11/14] sched,fair: flatten hierarchical runqueues
` [PATCH 12/14] sched,fair: track cfs_rq->max_h_load for more legitimate h_weight
` [PATCH 13/14] sched,fair: flatten update_curr functionality
` [PATCH 14/14] sched,fair: propagate sum_exec_runtime up the hierarchy

[PATCH v2] phy: core: document phy_calibrate()
 2019-07-22 17:32 UTC 

[PATCH] bfq: Check if bfqq is NULL in bfq_insert_request
 2019-07-22 17:30 UTC 

[PATCH 0/8] media: convert subsystem to i2c_new_dummy_device()
 2019-07-22 17:26 UTC  (4+ messages)
` [PATCH 2/8] media: dvb-frontends: mn88443x: convert to i2c_new_dummy_device
` [PATCH 5/8] media: i2c: ad9389b: "
` [PATCH 6/8] media: i2c: adv7180: "

[PATCH] i2c: replace i2c_new_secondary_device with an ERR_PTR variant
 2019-07-22 17:26 UTC 

[PATCH 0/2] misc: convert subsystem to i2c_new_dummy_device()
 2019-07-22 17:26 UTC  (3+ messages)
` [PATCH 1/2] misc: eeprom: ee1004: convert to i2c_new_dummy_device
` [PATCH 2/2] misc: eeprom: max6875: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).