linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-06 08:51:24 to 2016-10-06 10:04:28 UTC [more...]

[PATCH] arm64: mm: Fix memmap to be initialized for the entire section
 2016-10-06 10:00 UTC  (2+ messages)

[PATCH net-next 00/13] rxrpc: Fixes
 2016-10-06 10:04 UTC  (4+ messages)
` [PATCH net 01/13] rxrpc: Accesses of rxrpc_local::service need to be RCU managed
` [PATCH net 02/13] rxrpc: Fix duplicate const
` [PATCH net 03/13] rxrpc: Fix oops on incoming call to serviceless endpoint

v4.8: working bluetooth support
 2016-10-06 10:03 UTC 

[PATCH v6] net: ip, diag -- Add diag interface for raw sockets
 2016-10-06 10:00 UTC 

[PATCH 2/2] Revert "staging: wilc1000: Replace kthread with workqueue for host interface"
 2016-10-06  9:56 UTC  (2+ messages)

[PATCH 4.7 000/141] 4.7.7-stable review
 2016-10-06  8:29 UTC  (14+ messages)
` [PATCH 4.7 005/141] mm,ksm: fix endless looping in allocating memory when ksm enable
` [PATCH 4.7 036/141] gpio: sa1100: fix irq probing for ucb1x00
` [PATCH 4.7 038/141] i40iw: Protect req_resource_num update
` [PATCH 4.7 044/141] i40iw: Add missing NULL check for MPA private data
` [PATCH 4.7 056/141] MIPS: uprobes: fix use of uninitialised variable
` [PATCH 4.7 058/141] Bluetooth: split sk_filter in l2cap_sock_recv_cb
` [PATCH 4.7 086/141] mailbox: mailbox-test: set tdev->signal to NULL after freeing
` [PATCH 4.7 091/141] tracing: Have HIST_TRIGGERS select TRACING
` [PATCH 4.7 105/141] brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()
` [PATCH 4.7 108/141] sysctl: handle error writing UINT_MAX to u32 fields
` [PATCH 4.7 118/141] IB/ipoib: Fix memory corruption in ipoib cm mode connect flow
` [PATCH 4.7 120/141] IB/core: Fix use after free in send_leave function
` [PATCH 4.7 140/141] ALSA: hda - Fix headset mic detection problem for several Dell laptops

Source code review around jump label usage
 2016-10-06  9:54 UTC  (57+ messages)
` MD-RAID: Fine-tuning for several function implementations
  ` [PATCH 01/54] md/raid0: Use kcalloc() in create_strip_zones()
  ` [PATCH 02/54] md/raid0: Less function calls in create_strip_zones() after error detection
  ` [PATCH 03/54] md/raid0: Move a variable assignment in create_strip_zones()
  ` [PATCH 04/54] md/raid0: Replace printk() calls by the usage of higher level interfaces
  ` [PATCH 05/54] md/raid0: Move another variable assignment in create_strip_zones()
  ` [PATCH 06/54] md/raid0: Delete four unwanted spaces behind function names
  ` [PATCH 07/54] md/raid0: Move two misplaced braces
  ` [PATCH 08/54] md/raid0: Delete an unnecessary return statement in raid0_status()
  ` [PATCH 09/54] md/raid0: Add some spaces for better code readability
  ` [PATCH 10/54] md/raid1: Use kcalloc() in alloc_behind_pages()
  ` [PATCH 11/54] md/raid1: Use kcalloc() in raid1_reshape()
  ` [PATCH 12/54] md/raid1: Use kcalloc() in setup_conf()
  ` [PATCH 13/54] md/raid1: Return directly after a failed kzalloc() "
  ` [PATCH 14/54] md/raid1: Move assignments for the variable "err" "
  ` [PATCH 15/54] md/raid1: Less function calls in setup_conf() after error detection
  ` [PATCH 16/54] md/raid1: Delete an error message for a failed memory allocation
  ` [PATCH 17/54] md/raid1: Move a brace for a designated initialiser
  ` [PATCH 18/54] md/raid1: Adjust 12 checks for null pointers
  ` [PATCH 19/54] md/raid1: Replace printk() calls by the usage of higher level interfaces
  ` [PATCH 20/54] md/raid1: Add some spaces for better code readability
  ` [PATCH 21/54] md/raid1: Delete three unwanted spaces behind asterisks
  ` [PATCH 22/54] md/raid1: Delete three unwanted spaces before increment operators
  ` [PATCH 23/54] md/raid1: Replace a seq_printf() call by seq_puts() in raid1_status()
  ` [PATCH 24/54] md/raid1: Improve another size determination in setup_conf()
  ` [PATCH 25/54] md/raid5: Use kcalloc() in three functions
  ` [PATCH 26/54] md/raid5: Improve another size determination in setup_conf()
  ` [PATCH 27/54] md/raid5: Return directly after a failed kzalloc() "
  ` [PATCH 28/54] md/raid5: Rename a jump label "
  ` [PATCH 29/54] md/raid5: Return directly after a failed kcalloc() in alloc_thread_groups()
  ` [PATCH 30/54] md/raid5: Delete two error messages for a failed memory allocation
  ` [PATCH 31/54] md/raid5: Adjust two function calls together with a variable assignment
  ` [PATCH 32/54] md/raid5: Move a brace for three designated initialisers
  ` [PATCH 33/54] md/raid5: Replace printk() calls by the usage of higher level interfaces
  ` [PATCH 34/54] md/raid5: Delete indentation for two jump labels
  ` [PATCH 35/54] md/raid5: Adjust 13 checks for null pointers
  ` [PATCH 36/54] md/raid5: Delete four unwanted spaces behind function names
  ` [PATCH 37/54] md/raid5: Replace a seq_printf() call by seq_puts() in raid5_status()
  ` [PATCH 38/54] md/raid5: Move four asterisks
  ` [PATCH 39/54] md/raid5: Add some spaces for better code readability
  ` [PATCH 40/54] md/raid10: Use kcalloc() in two functions
  ` [PATCH 41/54] md/raid10: Improve another size determination in setup_conf()
  ` [PATCH 42/54] md/raid10: Delete an error message for a failed memory allocation
  ` [PATCH 43/54] md/raid10: Return directly after detection of unsupported settings in setup_conf()
  ` [PATCH 44/54] md/raid10: Return directly after a failed kzalloc() "
  ` [PATCH 45/54] md/raid10: Move assignments for the variable "err" "
  ` [PATCH 46/54] md/raid10: Less function calls in setup_conf() after error detection
  ` [PATCH 47/54] md/raid10: Improve another size determination in raid10_start_reshape()
  ` [PATCH 48/54] md/raid10: Move a brace for a designated initialiser
  ` [PATCH 49/54] md/raid10: Replace printk() calls by the usage of higher level interfaces
  ` [PATCH 50/54] md/raid10: Delete indentation for one jump label
  ` [PATCH 51/54] md/raid10: Adjust 22 checks for null pointers
  ` [PATCH 52/54] md/raid10: Replace a seq_printf() call by seq_puts() in raid10_status()
  ` [PATCH 53/54] md/raid10: Delete two unwanted spaces behind asterisks
  ` [PATCH 54/54] md/raid10: Add some spaces for better code readability

amdgpu crash
 2016-10-06  9:52 UTC 

[PATCH] bluetooth.h: __ variants of u8 and friends are not neccessary inside kernel
 2016-10-06  9:41 UTC  (6+ messages)

[PATCH 0/7] Add support for monitoring guest TLB operations
 2016-10-06  9:43 UTC  (4+ messages)
` [PATCH 5/7] arm64/kvm: hyp: tlb: use __tlbi() helper

[RFC PATCH 0/3] PM / Domains: Add support for devices that require multiple domains
 2016-10-06  8:43 UTC  (4+ messages)

[Nbd] [PATCH][V3] nbd: add multi-connection support
 2016-10-06  9:41 UTC  (12+ messages)

[PATCH 0/3] ringtest: performance optimization
 2016-10-06  9:39 UTC  (4+ messages)
` [PATCH 1/3] ringtest: use link-time optimization
` [PATCH 2/3] ringtest: commonize implementation of poll_avail/poll_used
` [PATCH 3/3] ringtest: poll for new buffers once before updating event index

[PATCH v13 00/15] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-10-06  8:45 UTC  (5+ messages)
` [PATCH v13 04/15] genirq/msi: Introduce the MSI doorbell API
` [PATCH v13 06/15] irqchip/gic-v2m: Register the MSI doorbell
` [PATCH v13 08/15] vfio: Introduce a vfio_dma type field
` [PATCH v13 11/15] vfio/type1: Handle unmap/unpin and replay for VFIO_IOVA_RESERVED slots

[PATCH v9 00/19] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
 2016-10-06  9:37 UTC  (6+ messages)
` [PATCH v9 17/19] drm/virtio: kconfig: Fix recursive dependency issue

[PATCH] kexec: Export memory sections virtual addresses to vmcoreinfo
 2016-10-06  8:46 UTC 

[RFC] PCI: Fix kernel panic of root-port-less PCIe enum due to ASPM
 2016-10-06  9:34 UTC 

[PATCH 4.4 00/93] 4.4.24-stable review
 2016-10-06  8:30 UTC  (86+ messages)
` [PATCH 4.4 01/93] cpuset: handle race between CPU hotplug and cpuset_hotplug_work
` [PATCH 4.4 02/93] mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl
` [PATCH 4.4 03/93] mm,ksm: fix endless looping in allocating memory when ksm enable
` [PATCH 4.4 04/93] can: dev: fix deadlock reported after bus-off
` [PATCH 4.4 05/93] x86/init: Fix cr4_init_shadow() on CR4-less machines
` [PATCH 4.4 06/93] x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we dont have CPUID
` [PATCH 4.4 07/93] drm/nouveau/fifo/nv04: avoid ramht race against cookie insertion
` [PATCH 4.4 08/93] drm/radeon/si/dpm: add workaround for for Jet parts
` [PATCH 4.4 09/93] ARM: 8616/1: dt: Respect property size when parsing CPUs
` [PATCH 4.4 13/93] iwlwifi: mvm: fix a few firmware capability checks
` [PATCH 4.4 14/93] perf/core: Fix pmu::filter_match for SW-led groups
` [PATCH 4.4 15/93] i40e: avoid null pointer dereference
` [PATCH 4.4 16/93] pinctrl: uniphier: fix .pin_dbg_show() callback
` [PATCH 4.4 17/93] pinctrl: Flag strict is a field in struct pinmux_ops
` [PATCH 4.4 18/93] drivers/perf: arm_pmu: Fix leak in error path
` [PATCH 4.4 19/93] mmc: pxamci: fix potential oops
` [PATCH 4.4 20/93] tools/vm/slabinfo: fix an unintentional printf
` [PATCH 4.4 21/93] ipvs: fix bind to link-local mcast IPv6 address in backup
` [PATCH 4.4 22/93] nvmem: Declare nvmem_cell_read() consistently
` [PATCH 4.4 23/93] hwmon: (adt7411) set bit 3 in CFG1 register
` [PATCH 4.4 24/93] spi: sh-msiof: Avoid invalid clock generator parameters
` [PATCH 4.4 25/93] iwlwifi: pcie: fix access to scratch buffer
` [PATCH 4.4 26/93] iwlwifi: mvm: dont use ret when not initialised
` [PATCH 4.4 28/93] usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()
` [PATCH 4.4 29/93] gpio: sa1100: fix irq probing for ucb1x00
` [PATCH 4.4 30/93] irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warning
` [PATCH 4.4 31/93] ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7
` [PATCH 4.4 32/93] arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
` [PATCH 4.4 33/93] MIPS: uprobes: remove incorrect set_orig_insn
` [PATCH 4.4 34/93] MIPS: fix uretprobe implementation
` [PATCH 4.4 35/93] MIPS: Malta: Fix IOCU disable switch read for MIPS64
` [PATCH 4.4 36/93] MIPS: uprobes: fix use of uninitialised variable
` [PATCH 4.4 37/93] printk: fix parsing of "brl=" option
` [PATCH 4.4 38/93] tpm: fix byte-order for the value read by tpm2_get_tpm_pt
` [PATCH 4.4 39/93] regulator: qcom_spmi: Add support for S4 supply on pm8941
` [PATCH 4.4 40/93] regulator: qcom_spmi: Add support for get_mode/set_mode on switches
` [PATCH 4.4 41/93] regulator: qcom_spmi: Update mvs1/mvs2 switches on pm8941
` [PATCH 4.4 42/93] regulator: qcom_smd: Fix voltage ranges for pm8x41
` [PATCH 4.4 44/93] ARM: sa1100: register clocks early
` [PATCH 4.4 45/93] ARM: sa1100: fix 3.6864MHz clock
` [PATCH 4.4 46/93] ARM: sa1100: clear reset status prior to reboot
` [PATCH 4.4 47/93] ARM: shmobile: fix regulator quirk for Gen2
` [PATCH 4.4 48/93] ARM: sa1111: fix pcmcia suspend/resume
` [PATCH 4.4 49/93] hwrng: omap - Fix assumption that runtime_get_sync will always succeed
` [PATCH 4.4 50/93] blk-mq: actually hook up defer list when running requests
` [PATCH 4.4 51/93] pstore: drop file opened reference count
` [PATCH 4.4 52/93] tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
` [PATCH 4.4 53/93] iwlmvm: mvm: set correct state in smart-fifo configuration
` [PATCH 4.4 55/93] [media] em28xx-i2c: rt_mutex_trylock() returns zero on failure
` [PATCH 4.4 56/93] [media] gspca: avoid unused variable warnings
` [PATCH 4.4 57/93] ath9k: Fix programming of minCCA power threshold
` [PATCH 4.4 58/93] avr32: off by one in at32_init_pio()
` [PATCH 4.4 59/93] fnic: pci_dma_mapping_error() doesnt return an error code
` [PATCH 4.4 60/93] dmaengine: at_xdmac: fix debug string
` [PATCH 4.4 61/93] svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
` [PATCH 4.4 62/93] NFS: Dont drop CB requests with invalid principals
` [PATCH 4.4 63/93] pNFS/files: Fix layoutcommit after a commit to DS
` [PATCH 4.4 64/93] pNFS/flexfiles: "
` [PATCH 4.4 65/93] ASoC: Intel: Skylake: Fix error return code in skl_probe()
` [PATCH 4.4 66/93] brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chain
` [PATCH 4.4 67/93] brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfill
` [PATCH 4.4 68/93] brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()
` [PATCH 4.4 69/93] powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-support
` [PATCH 4.4 70/93] sysctl: handle error writing UINT_MAX to u32 fields
` [PATCH 4.4 71/93] ASoC: omap-mcpdm: Fix irq resource handling
` [PATCH 4.4 72/93] kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
` [PATCH 4.4 73/93] dmaengine: at_xdmac: fix to pass correct device identity to free_irq()
` [PATCH 4.4 75/93] IB/ipoib: Fix memory corruption in ipoib cm mode connect flow
` [PATCH 4.4 76/93] IB/core: Fix use after free in send_leave function
` [PATCH 4.4 77/93] IB/ipoib: Dont allow MC joins during light MC flush
` [PATCH 4.4 78/93] IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV
` [PATCH 4.4 79/93] IB/mlx4: Fix code indentation in QP1 MAD flow
` [PATCH 4.4 80/93] IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV
` [PATCH 4.4 82/93] aio: mark AIO pseudo-fs noexec
` [PATCH 4.4 83/93] clk: xgene: Add missing parenthesis when clearing divider value
` [PATCH 4.4 84/93] dm log writes: fix bug with too large bios
` [PATCH 4.4 85/93] USB: serial: cp210x: fix hardware flow-control disable
` [PATCH 4.4 86/93] usb: misc: legousbtower: Fix NULL pointer deference
` [PATCH 4.4 87/93] Staging: fbtft: Fix bug in fbtft-core
` [PATCH 4.4 88/93] USB: serial: cp210x: Add ID for a Juniper console
` [PATCH 4.4 89/93] Revert "usbtmc: convert to devm_kzalloc"
` [PATCH 4.4 90/93] ALSA: hda - Adding one more ALC255 pin definition for headset problem
` [PATCH 4.4 91/93] ACPICA: acpi_get_sleep_type_data: Reduce warnings
` [PATCH 4.4 92/93] ALSA: hda - Fix headset mic detection problem for several Dell laptops
` [PATCH 4.4 93/93] ALSA: hda - Add the top speaker pin config for HP Spectre x360

[PATCH v9 0/4] New debugfs API for capturing CRC of frames
 2016-10-06  8:56 UTC  (5+ messages)
` [PATCH v9 1/4] drm/i915/debugfs: Move out pipe CRC code
` [PATCH v9 2/4] drm: Add API for capturing frame CRCs
` [PATCH v9 3/4] drm/i915: Use new CRC debugfs API
` [PATCH v9 4/4] drm/i915: Put "cooked" vlank counters in frame CRC lines

[PATCH] arm64, numa: Add cpu_to_node() implementation
 2016-10-06  9:15 UTC  (6+ messages)

[PATCH V1 00/10] da9061: DA9061 driver submission
 2016-10-06  8:43 UTC  (11+ messages)
` [PATCH V1 01/10] mfd: da9061: MFD core support
` [PATCH V1 02/10] regulator: da9061: BUCK and LDO regulator driver
` [PATCH V1 03/10] Input: da9061: onkey driver
` [PATCH V1 04/10] watchdog: da9061: watchdog driver
` [PATCH V1 05/10] thermal: da9062/61: Thermal junction temperature monitoring driver
` [PATCH V1 06/10] Documentation: dt: input: temperature driver
` [PATCH V1 10/10] MAINTAINERS: da9062/61 updates to the Dialog Semiconductor search terms
` [PATCH V1 07/10] Documentation: dt: watchdog: da9062/61 Watchdog timer binding
` [PATCH V1 09/10] Documentation: dt: mfd: da9062/61 MFD binding
` [PATCH V1 08/10] Documentation: dt: thermal: da9062/61 TJUNC temperature binding

[PATCH] ARCv2: intc: untangle SMP, MCIP and IDU
 2016-10-06  9:10 UTC  (2+ messages)

[ANNOUNCE] 4.8-rt1
 2016-10-06  8:52 UTC 


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