linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-18 20:35:02 to 2018-12-18 22:53:09 UTC [more...]

[RFC] LKML Archive in Maildir Format
 2018-12-18 22:53 UTC  (5+ messages)

[PATCH] drm/panel: rpi-touchscreen: Add backlight support
 2018-12-18 22:49 UTC  (2+ messages)

[PATCH net] net: mvpp2: 10G modes aren't supported on all ports
 2018-12-18 22:49 UTC  (2+ messages)

[PATCH v2] scripts: add a tool to produce a compile_commands.json file
 2018-12-18 22:49 UTC 

Additional restrictive terms - The CoC regime is a License violation
 2018-12-18 22:48 UTC 

[PATCH v8 0/2 RESEND] add the Amlogic Meson PCIe controller driver
 2018-12-18 22:47 UTC  (3+ messages)
` [PATCH v8 2/2] PCI: amlogic: Add "

[PATCH v2] f2fs: fix sbi->extent_list corruption issue
 2018-12-18 22:47 UTC  (11+ messages)

[PATCH 1/3] f2fs: use kvmalloc, if kmalloc is failed
 2018-12-18 22:43 UTC  (4+ messages)
` [PATCH 3/3] f2fs: flush stale issued discard candidates
  ` [f2fs-dev] "

[PATCH] loop: drop caches if offset is changed
 2018-12-18 22:41 UTC  (4+ messages)
` [PATCH v2] loop: drop caches if offset or block_size are changed
    ` [PATCH v3] "

[PATCH V1 1/2] i2c: tegra: Add HW feature structure for Tegra186
 2018-12-18 22:40 UTC  (2+ messages)
` [PATCH V1 2/2] arm64: dts: tegra186: Device Tree Updates for Tegra186 I2C

[PATCH v2 0/2] hugetlbfs: use i_mmap_rwsem for better synchronization
 2018-12-18 22:35 UTC  (3+ messages)
` [PATCH v2 1/2] hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
` [PATCH v2 2/2] hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race

[PATCH V1] arm64: dts: tegra210: Device Tree Updates for Tegra210 I2C
 2018-12-18 22:37 UTC 

[PATCH 0/3] hugetlbfs: use i_mmap_rwsem for better synchronization
 2018-12-18 22:34 UTC  (7+ messages)
` [PATCH 2/3] hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race

[patch] futex: Cure exit race
 2018-12-18 22:18 UTC  (2+ messages)
` [tip:locking/urgent] "

[GIT PULL 00/63] perf/core improvements and fixes
 2018-12-18 22:07 UTC  (64+ messages)
` [PATCH 01/63] perf dso: Export data_file_size() method there are no symbols
` [PATCH 02/63] perf auxtrace: Alter addr_filter__entire_dso() to work if "
` [PATCH 03/63] perf tests: Use shebangs in the shell scripts
` [PATCH 04/63] perf stat: Avoid segfaults caused by negated options
` [PATCH 05/63] tools lib traceevent: Fix processing of dereferenced args in bprintk events
` [PATCH 06/63] perf trace: Rename delivery functions to ease making ordered_events selectable
` [PATCH 07/63] perf trace: Allow selecting use the use of the ordered_events code
` [PATCH 08/63] perf trace beauty: Beautify renameat2's fd arg wrt AT_FDCWD
` [PATCH 09/63] perf beauty: Add a string table generator for renameat2's flags constants
` [PATCH 10/63] perf beauty: Wire up the renameat flags table generator to the Makefile
` [PATCH 11/63] perf trace: Beautify renameat2's flags argument
` [PATCH 12/63] perf trace beauty: renameat's newdirfd may also be AT_FDCWD
` [PATCH 13/63] tools lib subcmd: Don't add the kernel sources to the include path
` [PATCH 14/63] perf tools: Add missing sigqueue() prototype for systems lacking it
` [PATCH 15/63] perf header: Fix up argument to ctime()
` [PATCH 16/63] perf tools: Add missing open_memstream() prototype for systems lacking it
` [PATCH 17/63] perf tools: Cast off_t to s64 to avoid warning on bionic libc
` [PATCH 18/63] tools lib traceevent: Use LDFLAGS in the build commands
` [PATCH 19/63] perf tools: Link libperf-jvmti.so with LDFLAGS variable
` [PATCH 20/63] perf trace: Rename set_ev_qualifier_filter to clarify its a tracepoint filter
` [PATCH 21/63] perf trace: Avoid using raw_syscalls in duplicity with eBPF augmentation
` [PATCH 22/63] perf trace: Implement syscall filtering in augmented_syscalls
` [PATCH 23/63] perf bpf: Move perf_event_output() from stdio.h to bpf.h
` [PATCH 24/63] perf augmented_syscalls: Switch to using a struct for the syscalls map values
` [PATCH 25/63] perf trace: Switch to using a struct for the aumented_raw_syscalls "
` [PATCH 26/63] perf cs-etm: Correct packets swapping in cs_etm__flush()
` [PATCH 27/63] perf cs-etm: Avoid stale branch samples when flush packet
` [PATCH 28/63] perf cs-etm: Remove unused 'trace_on' in cs_etm_decoder
` [PATCH 29/63] perf cs-etm: Refactor enumeration cs_etm_sample_type
` [PATCH 30/63] perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITY
` [PATCH 31/63] perf cs-etm: Treat NO_SYNC element as trace discontinuity
` [PATCH 32/63] perf cs-etm: Treat EO_TRACE "
` [PATCH 33/63] perf cs-etm: Generate branch sample for exception packet
` [PATCH 34/63] perf augmented_raw_syscalls: Do not include stdio.h
` [PATCH 35/63] perf trace: Allow specifying a set of events to add in perfconfig
` [PATCH 36/63] perf trace: Allow configuring if zeroed syscall args should be printed
` [PATCH 37/63] perf trace: Allow configuring if the syscall duration "
` [PATCH 38/63] perf config: Show the configuration when no arguments are provided
` [PATCH 39/63] perf trace: Allow configuring default for perf_event_attr.inherit
` [PATCH 40/63] perf trace: Allow configuring if the syscall start timestamp should be printed
` [PATCH 41/63] perf trace: Allow suppressing the syscall argument names
` [PATCH 42/63] perf trace: Make the alignment of the syscall args be configurable
` [PATCH 43/63] perf trace: Enclose strings with double quotes
` [PATCH 44/63] perf trace: Add a prefix member to the strarray class
` [PATCH 45/63] perf trace: Allow asking for not suppressing common string prefixes
` [PATCH 46/63] perf trace beauty: Print O_RDONLY when (flags & O_ACCMODE) == 0
` [PATCH 47/63] perf trace: Add alignment spaces after the closing parens
` [PATCH 48/63] perf augmented_raw_syscalls: Copy 'access' arg as well
` [PATCH 49/63] perf trace: Enclose the errno strings with ()
` [PATCH 50/63] perf trace: Show NULL when syscall pointer args are 0
` [PATCH 51/63] tools include arch: Grab a copy of x86's prctl.h
` [PATCH 52/63] perf beauty: Add a string table generator for x86's 'arch_prctl' codes
` [PATCH 53/63] perf beauty: Wire up the x86_arch prctl code table generator
` [PATCH 54/63] perf trace: Move strarrays to beauty.h for further reuse
` [PATCH 55/63] perf trace: When showing string prefixes show prefix + ??? for unknown entries
` [PATCH 56/63] perf trace beauty: Beautify arch_prctl()'s arguments
` [PATCH 57/63] perf beauty mmap: Print PROT_READ before PROT_EXEC to match strace output
` [PATCH 58/63] perf beauty mmap: Print mmap's 'offset' arg in hexadecimal
` [PATCH 59/63] tools headers uapi: Grab a copy of fadvise.h
` [PATCH 60/63] perf beauty: Add generator for fadvise64's 'advice' arg constants
` [PATCH 61/63] perf trace: Wire up the fadvise 'advice' table generator
` [PATCH 62/63] perf symbols: Relax checks on perf-PID.map ownership
` [PATCH 63/63] tools uapi asm: Update asm-generic/unistd.h copy

objtool warnings for kernel/trace/trace_selftest_dynamic.o
 2018-12-18 22:16 UTC  (22+ messages)

[ANNOUNCE] 4.14.87-rt49
 2018-12-18 22:14 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: support raw tracepoints in modules
 2018-12-18 22:12 UTC  (2+ messages)

[PATCH] device property: fix fwnode_graph_get_next_endpoint documentation
 2018-12-18 22:06 UTC  (3+ messages)

[PATCH v2 0/5] Implement wake event support on Tegra186 and later
 2018-12-18 22:06 UTC  (4+ messages)
` [PATCH v2 1/5] gpio: Add support for hierarchical IRQ domains

[PATCH v6 1/3] x86/fpu: track AVX-512 usage of tasks
 2018-12-18 22:05 UTC  (8+ messages)

[WIP PATCH 00/15] MST refcounting/atomic helpers cleanup
 2018-12-18 22:02 UTC  (10+ messages)
` [WIP PATCH 03/15] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
` [WIP PATCH 05/15] drm/dp_mst: Fix payload deallocation on hotplugs using malloc refs
` [WIP PATCH 06/15] drm/i915: Keep malloc references to MST ports

[RESEND PATCH v3 0/2] Update AMBA driver for enhanced component ID spec
 2018-12-18 21:59 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] drivers: amba: Updates to component identification for driver matching
` [RESEND PATCH v3 2/2] coresight: etmv4: Update ID register table to add UCI support

[PATCH -next] x86/xen: Fix read buffer overflow
 2018-12-18 21:56 UTC  (6+ messages)
    ` [Xen-devel] "

[RFC] Fix failure path in alloc_pid()
 2018-12-18 21:53 UTC 

WIP Droid 4 voice calls, GNSS & PM with a TS 27.010 serdev driver
 2018-12-18 21:53 UTC  (5+ messages)

[PATCH] rtc: pcf8523: Add rv8523 compatible
 2018-12-18 21:52 UTC 

[PATCH v2] mm, page_alloc: Fix has_unmovable_pages for HugePages
 2018-12-18 21:51 UTC  (5+ messages)

[RFC/RFT 00/10] i2c: move handling of suspended adapters to the core
 2018-12-18 21:44 UTC  (6+ messages)

[PATCH] rtc: pcf2123: Add Microcrystal rv2123
 2018-12-18 21:42 UTC 

[PATCH] include/linux/nodemask.h: Use nr_node_ids instead of MAX_NUMNODES in nodemask_pr_args
 2018-12-18 21:41 UTC  (3+ messages)

[PATCH] sysfs: Disable lockdep for driver bind/unbind files
 2018-12-18 21:40 UTC  (2+ messages)

[GIT PULL] PCI fixes for v4.20
 2018-12-18 21:40 UTC 

[PATCH] dm: give req_size precisely given by user
 2018-12-18 21:40 UTC  (4+ messages)
  `  "

[PATCH v2] include/linux/nodemask.h: Use nr_node_ids (not MAX_NUMNODES) in __nodemask_pr_numnodes()
 2018-12-18 21:38 UTC 

[PATCH 1/3] ARM: dts: sunxi: h3/h5: add missing uart2 rts/cts pins
 2018-12-18 21:24 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: sun8i: add FriendlyARM NanoPi Duo2
` [PATCH 3/3] ARM: dts: sun8i: add FriendlyARM NanoPi Duo2-IoT Box

[PATCH 1/2] selftests: rtc: rtctest: fix alarm tests
 2018-12-18 21:34 UTC  (2+ messages)
` [PATCH 2/2] selftests: rtc: rtctest: add alarm test on minute boundary

[PATCH v6 0/4] Fixes for Tegra soctherm
 2018-12-18 21:31 UTC  (4+ messages)

[GIT PULL] timers for 4.21
 2018-12-18 21:28 UTC  (26+ messages)
` [PATCH 01/25] clocksource/drivers/timer-vt8500: Remove duplicate function name
  ` [PATCH 02/25] clocksource/drivers/dbx500: Demote dbx500 PRCMU clocksource
  ` [PATCH 03/25] clocksource/drivers/ux500: Drop Ux500 custom SCHED_CLOCK
  ` [PATCH 04/25] clocksource/drivers/timer-ti-dm: Remove the early platform driver registration
  ` [PATCH 05/25] clockevents/drivers/tegra20: Remove obsolete inclusion of <asm/smp_twd.h>
  ` [PATCH 06/25] clocksource/drivers/meson6_timer: Use register names from the datasheet
  ` [PATCH 07/25] clocksource/drivers/meson6_timer: Implement the ARM delay timer
  ` [PATCH 08/25] clocksource/drivers/imx-gpt: Add support for ARM64
  ` [PATCH 09/25] clocksource/drivers/imx-gpt: Remove unnecessary irq protection
  ` [PATCH 10/25] dt-bindings: timer: renesas, cmt: Document r8a7796 CMT support
  ` [PATCH 11/25] dt-bindings: timer: renesas, cmt: Document r8a77470 "
  ` [PATCH 12/25] clocksource/drivers/arc_timer: Utilize generic sched_clock
  ` [PATCH 13/25] clocksource/drivers/timer-imx-tpm: Convert the driver to timer-of
  ` [PATCH 14/25] dt-bindings: timer: renesas, cmt: Document r8a774a1 CMT support
  ` [PATCH 15/25] clocksource/drivers/bcm2835: Switch to SPDX identifier
  ` [PATCH 16/25] clocksource/drivers/integrator-ap: Add missing of_node_put()
  ` [PATCH 17/25] clocksource/drivers/fttmr010: Fix invalid interrupt register access
  ` [PATCH 18/25] clocksource/drivers/timer-imx-tpm: Specify clock name for timer-of
  ` [PATCH 19/25] clocksource/drivers/riscv_timer: Provide the sched_clock
  ` [PATCH 20/25] clocksource/drivers/riscv: Change name riscv_timer to timer-riscv
  ` [PATCH 21/25] clocksource/drivers/rockchip: Change name rockchip_timer to timer-rockchip
  ` [PATCH 22/25] clocksource/drivers/tegra20: Change name tegra20_timer to timer-tegra20
  ` [PATCH 23/25] clocksource/drivers/sun4i: Change name sun4i_timer to timer-sun4i
  ` [PATCH 24/25] clocksource/drivers/meson6: Change name meson6_timer timer-meson6
  ` [PATCH 25/25] clocksource/drivers/rda: Add clock driver for RDA8810PL SoC

[PATCH v2 0/8] net: y2038-safe socket timestamps
 2018-12-18 21:27 UTC  (13+ messages)
` [PATCH v2 6/8] socket: Add SO_TIMESTAMP[NS]_NEW
` [PATCH v2 7/8] socket: Add SO_TIMESTAMPING_NEW

[PATCH] memory_hotplug: add missing newlines to debugging output
 2018-12-18 21:26 UTC  (2+ messages)

[PATCH V2 0/9] x86/jump_label: Bound IPIs sent when updating a static key
 2018-12-18 21:19 UTC  (8+ messages)
` [PATCH V2 1/9] jump_label: Add for_each_label_entry helper
` [PATCH V2 9/9] jump_label: Batch up if arch supports it

[PATCH] rtc: class: reimplement devm_rtc_device_register
 2018-12-18 21:15 UTC 

[PATCH] rtc: enforce rtc_timer_init private_data type
 2018-12-18 21:11 UTC 

[PATCH v3 0/3] PCIE support for i.MX8MQ
 2018-12-18 21:10 UTC  (5+ messages)
` [PATCH v3 3/3] PCI: imx6: Add "

[PATCH 4.19 00/44] 4.19.11-stable review
 2018-12-18 21:10 UTC  (2+ messages)

[PATCH] kvm: x86: Add AMD's EX_CFG to the list of ignored MSRs
 2018-12-18 21:10 UTC  (2+ messages)

kernel BUG at fs/inode.c:LINE!
 2018-12-18 21:09 UTC  (5+ messages)

[PATCH v9 00/12] PECI device driver introduction
 2018-12-18 21:04 UTC  (13+ messages)
` [PATCH v9 01/12] dt-bindings: Add a document of PECI subsystem
` [PATCH v9 02/12] Documentation: ioctl: Add ioctl numbers for "
` [PATCH v9 03/12] peci: Add support for PECI bus driver core
` [PATCH v9 04/12] dt-bindings: Add a document of PECI adapter driver for ASPEED AST24xx/25xx SoCs
` [PATCH v9 05/12] ARM: dts: aspeed: peci: Add PECI node
` [PATCH v9 06/12] peci: Add a PECI adapter driver for Aspeed AST24xx/AST25xx
` [PATCH v9 07/12] dt-bindings: mfd: Add a document for PECI client MFD
` [PATCH v9 08/12] mfd: intel-peci-client: Add PECI client MFD driver
` [PATCH v9 09/12] Documentation: hwmon: Add documents for PECI hwmon client drivers
` [PATCH v9 10/12] hwmon: Add PECI cputemp driver
` [PATCH v9 11/12] hwmon: Add PECI dimmtemp driver
` [PATCH v9 12/12] Add maintainers for the PECI subsystem

KASAN: use-after-free Read in kvm_put_kvm
 2018-12-18 21:03 UTC  (4+ messages)
  ` KASAN: use-after-free Read in kvm_put_kvm (caused by: "kvm/x86: add coalesced pio support")

[PATCH] KVM: X86: Fix NULL deref in vcpu_scan_ioapic
 2018-12-18 21:03 UTC  (2+ messages)

[PATCH 0/7] Code of Conduct: Fix some wording, and add an interpretation document
 2018-12-18 20:55 UTC  (5+ messages)
` Call to Action "
    ` The linux devs can rescind their license grant
      ` The CoC regime is a License violation - Additional restrictive terms

[RFC BUG] pci: Freescale i.MX6 PCIe controller: revert mainline regression
 2018-12-18 21:04 UTC 

[PATCH v2 0/2] of: phandle_cache, fix refcounts, remove stale entry
 2018-12-18 20:58 UTC  (8+ messages)
` [PATCH v2 2/2] of: __of_detach_node() - remove node from phandle cache

[PATCH -V9 00/21] swap: Swapout/swapin THP in one piece
 2018-12-18 20:56 UTC  (5+ messages)
` [PATCH -V9 07/21] swap: Support PMD swap mapping when splitting huge PMD
` [PATCH -V9 10/21] swap: Swapin a THP in one piece

[PATCH] clk: Use __printf markup to silence compiler
 2018-12-18 20:55 UTC 

[PATCH mm] kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning
 2018-12-18 20:54 UTC  (2+ messages)

[PATCH] powerpc/ptrace: fix empty-body warning
 2018-12-18 20:53 UTC 

[PATCH 15/15] dma-mapping: bypass indirect calls for dma-direct
 2018-12-18 20:42 UTC  (3+ messages)
` [15/15] "

[PATCH] ARM: dts: ipq4019: Remove skeleton.dtsi
 2018-12-18 20:42 UTC 

[PATCH v9 00/15] tracing: Hist trigger snapshot and onchange additions
 2018-12-18 20:34 UTC  (12+ messages)
` [PATCH v9 02/15] tracing: Make hist trigger Documentation better reflect actions/handlers
` [PATCH v9 05/15] tracing: Add conditional snapshot
` [PATCH v9 06/15] tracing: Add hist trigger snapshot() action
` [PATCH v9 08/15] tracing: Add hist trigger onchange() handler
` [PATCH v9 09/15] tracing: Add hist trigger onchange() handler Documentation
` [PATCH v9 10/15] tracing: Add alternative synthetic event trace action syntax
` [PATCH v9 11/15] tracing: Add SPDX license GPL-2.0 license identifier to inter-event testcases
` [PATCH v9 12/15] tracing: Add hist trigger snapshot() action test case
` [PATCH v9 13/15] tracing: Add hist trigger onchange() handler "
` [PATCH v9 14/15] tracing: Add alternative synthetic event trace action "
` [PATCH v9 15/15] tracing: Add hist trigger action 'expected fail' "

[RFC] locking/rwsem: Avoid issuing wakeup before setting the reader waiter to nil
 2018-12-18 20:35 UTC  (12+ messages)
          ` [PATCH v2] sched/wake_q: Reduce reference counting for special users
                  ` [PATCH v4] "


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).