All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-11 10:42:27 to 2018-12-11 11:20:56 UTC [more...]

post-receive: pub/scm/linux/kernel/git/acme/linux
 2018-12-11 11:20 UTC 

[PATCH] USB: serial: option: add HP lt4132
 2018-12-11 11:20 UTC  (5+ messages)

[PATCH 00/27] kconfig: remove all reduce/shift conflicts, refactor lexer, fix various issues
 2018-12-11 11:19 UTC  (34+ messages)
` [PATCH 01/27] kconfig: fix file name and line number of warn_ignored_character()
` [PATCH 02/27] kconfig: fix memory leak when EOF is encountered in quotation
` [PATCH 03/27] kconfig: require T_EOL to reduce visible statement
` [PATCH 04/27] kconfig: remove unneeded pattern matching to whitespaces
` [PATCH 05/27] kconfig: refactor pattern matching in STRING state
` [PATCH 06/27] kconfig: fix ambiguous grammar in terms of new lines
` [PATCH 07/27] kconfig: clean up EOF handling in the lexer
` [PATCH 08/27] kconfig: warn no new line at end of file
` [PATCH 09/27] kconfig: remove grammatically ambiguous "unexpected option" diagnostic
` [PATCH 10/27] kconfig: remove grammatically ambiguous option_error
` [PATCH 11/27] kconfig: remove redundant if_block rule
` [PATCH 12/27] kconfig: remove redundant menu_block rule
` [PATCH 13/27] kconfig: loosen the order of "visible" and "depends on" in menu entry
` [PATCH 14/27] kconfig: rename depends_list to comment_option_list
` [PATCH 15/27] kconfig: remove redundant token defines
` [PATCH 16/27] kconfig: use distinct tokens for type and default properties
` [PATCH 17/27] kconfig: refactor scanning and parsing "option" properties
` [PATCH 18/27] kconfig: use specific tokens instead of T_ASSIGN for assignments
` [PATCH 19/27] kconfig: use T_WORD instead of T_VARIABLE for variables
` [PATCH 20/27] microblaze: surround string default in Kconfig with double quotes
` [PATCH 21/27] treewide: surround file paths in Kconfig files "
` [PATCH 22/27] kconfig: ban the use of '.' and '/' in unquoted words
` [PATCH 23/27] kconfig: refactor end token rules
` [PATCH 24/27] kconfig: stop associating kconf_id with yylval
` [PATCH 25/27] kconfig: switch to ASSIGN_VAL state in the second lexer
` [PATCH 26/27] kconfig: update current_pos "
` [PATCH 27/27] kconfig: remove keyword lookup table entirely

[PATCH] drivers: staging: erofs: Fix styling issues
 2018-12-11 11:19 UTC  (17+ messages)
` [PATCH 0/5] "
  ` [PATCH 1/5] drivers: staging: erofs: Fix alignment
  ` [PATCH 2/5] drivers: staging: erofs: Fix comparison to NULL issues
  ` [PATCH 3/5] drivers: staging: erofs: Fix spelling issue
  ` [PATCH 4/5] drivers: staging: erofs: Fix parentheses error in macro
  ` [PATCH 5/5] drivers: staging: erofs: Add blank line after function

post-receive: pub/scm/linux/kernel/git/rafael/linux-pm
 2018-12-11 11:19 UTC 

[PATCH 01/10] dma-buf: add new dma_fence_chain container v4
 2018-12-11 11:18 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/10] "

[PATCH] Input: touchscreen: ad7879: Fix ERROR: foo* bar should be "foo *bar"
 2018-12-11 11:17 UTC  (2+ messages)
` [PATCH v2] Input: touchscreen: "

[PATCH v3 0/8] mfd / platform: cros_ec: move cros_ec sysfs attributes to its own drivers
 2018-12-11 11:18 UTC  (4+ messages)
` [PATCH v3 7/8] platform/chrome: cros_ec_lightbar: instantiate only if the EC has a lightbar

[PATCH i-g-t] igt: add timeline test cases v2
 2018-12-11 11:18 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for igt: add timeline test cases (rev4)

[RFC PATCH 0/3] test-lib: add the '--stress' option to help reproduce occasional failures in flaky tests
 2018-12-11 11:16 UTC  (7+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] test-lib: translate SIGTERM and SIGHUP to an exit
  ` [PATCH v2 2/7] test-lib: parse some --options earlier

[PATCH] CONTRIBUTING: Clarifications on how to handle license deviations
 2018-12-11 11:16 UTC  (2+ messages)
` [PATCH v2] "

[LTP] [PATCH v2] cgroup_regression_test.sh: fixed test_5
 2018-12-11 11:16 UTC  (2+ messages)

[PATCH v4 0/5] Add NXP pcf85263 real-time clock support
 2018-12-11 11:15 UTC  (5+ messages)
` [PATCH v4 2/5] dt-bindings: rtc: pcf85363: Document pcf85263 real-time clock
` [PATCH v4 3/5] rtc: pcf85363: Add support for NXP pcf85263 rtc

[PATCH bpf v2] bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
 2018-12-11 11:14 UTC 

[PATCH] l1tf: drop the swap storage limit restriction when l1tf=off
 2018-12-11 11:13 UTC  (6+ messages)
` [tip:x86/pti] x86/speculation/l1tf: Drop "

[PATCH] ksm: React on changing "sleep_millisecs" parameter faster
 2018-12-11 11:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] srcu: Remove srcu_queue_delayed_work_on()
 2018-12-11 11:12 UTC 

[PATCH v3 0/4] Dynamic EU configuration of Slice/Subslice/EU
 2018-12-11 11:12 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v3] nvmem: check invalid number of bytes in nvmem_{read,write}()
 2018-12-11 11:10 UTC  (5+ messages)

[PATCH] ARM: dts: Fix ranges for am335x epwmss
 2018-12-11 11:10 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/4] memfd fixes
 2018-12-11 11:09 UTC  (4+ messages)
  ` [Qemu-devel] [PATCH v2 1/4] hostmem-memfd: disable for systems wihtout sealing support

[PATCH 00/10] perf/core: Generalise event exclusion checking
 2018-12-11 11:06 UTC  (8+ messages)
` [PATCH 10/10] perf/doc: update design.txt for exclude_{host|guest} flags

[PATCH v3] amd-iommu: remove page merging code
 2018-12-11 11:00 UTC  (2+ messages)

[PATCH] ARM: dts: am33xx-l4: Fix epwmssX/ecapX/ehrpwmX ranges and reg
 2018-12-11 11:01 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/18] Xen PV backend 'qdevification'
 2018-12-11 10:47 UTC  (38+ messages)
`  "
` [Qemu-devel] [PATCH v3 01/18] xen: re-name XenDevice to XenLegacyDevice
  `  "
` [PATCH v3 02/18] xen: introduce new 'XenBus' and 'XenDevice' object hierarchy
` [Qemu-devel] "
` [Qemu-devel] [PATCH v3 03/18] xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'
  `  "
` [Qemu-devel] [PATCH v3 04/18] xen: create xenstore areas for XenDevice-s
  `  "
` [Qemu-devel] [PATCH v3 05/18] xen: add xenstore watcher infrastructure
  `  "
` [Qemu-devel] [PATCH v3 06/18] xen: add grant table interface for XenDevice-s
`  "
` [PATCH v3 07/18] xen: add event channel "
` [Qemu-devel] "
` [Qemu-devel] [PATCH v3 08/18] xen: duplicate xen_disk.c as basis of dataplane/xen-block.c
  `  "
` [Qemu-devel] [PATCH v3 09/18] xen: remove unnecessary code from dataplane/xen-block.c
  `  "
` [Qemu-devel] [PATCH v3 10/18] xen: add header and build dataplane/xen-block.c
  `  "
` [Qemu-devel] [PATCH v3 11/18] xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block
  `  "
` [Qemu-devel] [PATCH v3 12/18] xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c
  `  "
` [Qemu-devel] [PATCH v3 13/18] xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.c
  `  "
` [Qemu-devel] [PATCH v3 14/18] xen: add implementations of xen-block connect and disconnect functions
  `  "
` [Qemu-devel] [PATCH v3 15/18] xen: add a mechanism to automatically create XenDevice-s
  `  "
` [Qemu-devel] [PATCH v3 16/18] xen: automatically create XenBlockDevice-s
  `  "
` [PATCH v3 17/18] MAINTAINERS: add myself as a Xen maintainer
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3 18/18] xen: remove the legacy 'xen_disk' backend
  `  "

[PATCH 0/4] ccache.bbclass: Refactor it to make it more reliable
 2018-12-11 10:59 UTC  (8+ messages)
` [PATCH 1/4] base.bbclass: Remove invalid ccache related code

[Qemu-devel] [PATCH v7 00/19] ppc: support for the XIVE interrupt controller (POWER9)
 2018-12-11 10:58 UTC  (16+ messages)
` [Qemu-devel] [PATCH v7 03/19] ppc/xive: introduce a simplified XIVE presenter
` [Qemu-devel] [PATCH v7 12/19] spapr: add a 'reset' method to the sPAPR IRQ backend
` [Qemu-devel] [PATCH v7 14/19] spapr: set the interrupt presenter at reset
` [Qemu-devel] [PATCH v7 18/19] spapr: add a 'pseries-4.0-xive' machine type

[PATCH v4 0/7] mips: system call table generation support
 2018-12-11 10:58 UTC  (6+ messages)
` [PATCH v4 3/7] mips: rename macros and files from '64' to 'n64'

[PATCH] selftest/package: Correct format arguments in test_gdb_hardlink_debug
 2018-12-11 10:58 UTC  (2+ messages)

[PATCH 0/2] regulator: stepping set voltage for regmap users
 2018-12-11 10:55 UTC  (4+ messages)
` [PATCH 2/2] regulator: provide regulator_set_voltage_sel_regmap_step() helper

[PATCH] kasan: mark kasan_check_(read|write) as 'notrace'
 2018-12-11 10:55 UTC  (2+ messages)

[PATCH on sb/more-repo-in-api] revision: use commit graph in get_reference()
 2018-12-11 10:54 UTC  (4+ messages)
` [PATCH on master v2] "

KVM arm realtime performance optimization
 2018-12-11 10:55 UTC  (5+ messages)

Do rootfs fail when switch from rpm to deb
 2018-12-11 10:54 UTC  (2+ messages)

[LTP] [PATCH 0/3] ltp: new test for crypto_user information leak bug
 2018-12-11 10:55 UTC  (7+ messages)
` [LTP] [PATCH 3/3] crypto/crypto_user01.c: new test for "

[Qemu-devel] 3.1.0-rc{0,1} doesn't start
 2018-12-11 10:54 UTC  (5+ messages)
    ` [Qemu-devel] [PATCH] kvm: Use KVM_GET_MSR_INDEX_LIST for MSR_IA32_ARCH_CAPABILITIES support

[PATCH v6 00/20] lib, rtc: Print rtc_time via %ptR[dt][r]
 2018-12-11 10:53 UTC  (2+ messages)

[PATCH] ARM: dts: Add am335x mcasp with l3 data port ranges
 2018-12-11 10:55 UTC  (13+ messages)

post-receive: pub/scm/linux/kernel/git/lpieralisi/pci
 2018-12-11 10:53 UTC 

post-receive: pub/scm/linux/kernel/git/abelloni/linux
 2018-12-11 10:52 UTC 

[PATCH 0/6] crypto:chelsio: Bug Fixes
 2018-12-11 10:51 UTC  (7+ messages)
` [PATCH 1/6] crypto:chelsio: Swap location of AAD and IV sent in WR
` [PATCH 2/6] crypto:chelsio:Use same value for both channel in single WR
` [PATCH 3/6] crypto:chelsio: cleanup:send addr as value in function argument
` [PATCH 4/6] Crypto:Chelsio:Handle PCI shutdown event
` [PATCH 5/6] crypto:chelsio: Reset counters on cxgb4 Detach
` [PATCH 6/6] crypto:chelsio: Fix wrong error counter increments

[PATCH v2] cpufreq: powernv: add of_node_put()
 2018-12-11 10:42 UTC  (4+ messages)

[PATCH 4.19 014/110] usb: xhci: Prevent bus suspend if a port connect change or polling state is detected
 2018-12-11 10:51 UTC  (2+ messages)

[PATCH] nvme: add __exit annotation
 2018-12-11 10:52 UTC  (2+ messages)

[PATCH] drm/sun4i: fix HSYNC and VSYNC polarity
 2018-12-11 10:49 UTC  (6+ messages)

[PATCH v2 0/6] misc: Add support to Qualcomm FastRPC driver
 2018-12-11 10:50 UTC  (4+ messages)
` [PATCH v2 1/6] misc: dt-bindings: Add Qualcomm Fastrpc bindings

Announcing Pro Git Second Edition Reedited
 2018-12-11 10:50 UTC  (2+ messages)

[PATCH] i2c: nvidia-gpu: mark resume function as __maybe_unused
 2018-12-11 10:50 UTC  (2+ messages)

[PATCH 0/5] implement nvmf read/write queue maps
 2018-12-11 10:49 UTC  (14+ messages)
` [PATCH 1/5] blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues
` [PATCH 2/5] nvme-fabrics: add missing nvmf_ctrl_options documentation
` [PATCH 3/5] nvme-fabrics: allow user to set nr_write_queues for separate queue maps
` [PATCH 4/5] nvme-tcp: support separate queue maps for read and write
` [PATCH 5/5] nvme-rdma: support read/write queue separation
` [PATCH nvme-cli 6/5] fabrics: pass in nr_write_queues

[PATCH] nvme: fix irq vs io_queue calculations
 2018-12-11 10:50 UTC  (3+ messages)

[PATCH v2] cpufreq: pmac64: add of_node_put()
 2018-12-11 10:47 UTC  (4+ messages)

ufs_qcom_dump_dbg_regs makes the kernel panic
 2018-12-11 10:48 UTC  (7+ messages)

[PATCH 1/2] cpufreq: imx6q: remove unused code
 2018-12-11 10:49 UTC  (2+ messages)

[PATCH] lzip: clean up recipe
 2018-12-11 10:49 UTC 

[PATCH v2 0/4] Dynamic EU configuration of Slice/Subslice/EU
 2018-12-11 10:48 UTC  (4+ messages)
` [PATCH v2 1/4] drm/i915: Get active pending request for given context

post-receive: pub/scm/linux/kernel/git/tip/tip
 2018-12-11 10:47 UTC 

[LTP] [PATCH] syscalls/fanotify09.c: Fix wrong group number
 2018-12-11 10:46 UTC  (3+ messages)

[PATCH 1/2] cpufreq: intel_pstate: Force HWP min perf before offline
 2018-12-11 10:46 UTC  (2+ messages)

[PATCH] cpufreq: s3c24xx: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-12-11 10:45 UTC  (4+ messages)

[PATCH] ocxl: Simplify free_spa()
 2018-12-11 10:04 UTC  (5+ messages)

[PATCH 0/3] protocol v2 and hidden refs
 2018-12-11 10:44 UTC  (4+ messages)
` [PATCH 1/3] serve: pass "config context" through to individual commands
` [PATCH 2/3] parse_hide_refs_config: handle NULL section
` [PATCH 3/3] upload-pack: support hidden refs with protocol v2

[PATCH v7 0/2] media: platform: Add Aspeed Video Engine driver
 2018-12-11 10:44 UTC  (3+ messages)
` [PATCH v7 2/2] "

Can we drop upstream Linux x32 support?
 2018-12-11 10:44 UTC  (4+ messages)

[PATCH] PM / QoS: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-12-11 10:44 UTC  (3+ messages)

[PATCH 1/4] ARM: omap2: avoid section mismatch warning
 2018-12-11 10:44 UTC  (5+ messages)
` [PATCH 4/4] ARM: pxa: "

[Qemu-devel] [PULL 0/21] Please pull xen-20170421-v2-tag for 2.10
 2018-12-11 10:43 UTC  (6+ messages)
` [Qemu-devel] [PATCH 01/21] xen: make use of xen_xc implicit in xen_common.h inlines
  ` [Qemu-devel] [PATCH 09/21] configure: use pkg-config for obtaining xen version


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.